diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-04-06 23:20:30 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-04-06 23:20:30 +0000 |
commit | 74974c1ba50cd6c55f3b7722db7f5370678b0ccd (patch) | |
tree | fd52f4b67ece1a5c5d4b790517e24af32906714e /palm | |
parent | a04e6900be5db7e3967f83e9d55d0ecc1494c9ef (diff) | |
download | ports-74974c1ba50cd6c55f3b7722db7f5370678b0ccd.tar.gz ports-74974c1ba50cd6c55f3b7722db7f5370678b0ccd.zip |
- Fix typo in OptionsNG conversion
PR: ports/177600
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Approved by: portmgr (miwi), jpaetzel (mentor)
Notes
Notes:
svn path=/head/; revision=315748
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 58b378a1fa7c..d36fcf8f742b 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -40,7 +40,7 @@ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb 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} |