aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-04-06 23:20:30 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-04-06 23:20:30 +0000
commit74974c1ba50cd6c55f3b7722db7f5370678b0ccd (patch)
treefd52f4b67ece1a5c5d4b790517e24af32906714e /palm
parenta04e6900be5db7e3967f83e9d55d0ecc1494c9ef (diff)
downloadports-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/Makefile2
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}