svn commit: r315748 - head/palm/pilot-link

William Grzybowski wg at FreeBSD.org
Sat Apr 6 23:20:31 UTC 2013


Author: wg
Date: Sat Apr  6 23:20:30 2013
New Revision: 315748
URL: http://svnweb.freebsd.org/changeset/ports/315748

Log:
  - Fix typo in OptionsNG conversion
  
  PR:		ports/177600
  Submitted by:	Andrei Lavreniyuk <andy.lavr at gmail.com>
  Approved by:	portmgr (miwi), jpaetzel (mentor)

Modified:
  head/palm/pilot-link/Makefile

Modified: head/palm/pilot-link/Makefile
==============================================================================
--- head/palm/pilot-link/Makefile	Sat Apr  6 17:21:21 2013	(r315747)
+++ head/palm/pilot-link/Makefile	Sat Apr  6 23:20:30 2013	(r315748)
@@ -40,7 +40,7 @@ LIB_DEPENDS+=	usb-0.1.8:${PORTSDIR}/deve
 CONFIGURE_ARGS+=--enable-libusb
 LDFLAGS+=	-L${PREFIX}/lib -lusb
 
-.if ! ${PORT_OPTIONS:THREADS}
+.if ! ${PORT_OPTIONS:MTHREADS}
 IGNORE=		cannot be built: USB support requires THREADS turned on.  Please reconfigure using 'make config'
 .else
 LDFLAGS+=	${PTHREAD_LIBS}


More information about the svn-ports-head mailing list