diff options
author | wg <wg@FreeBSD.org> | 2013-04-07 07:20:30 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-04-07 07:20:30 +0800 |
commit | b3412b2be8892f162c5cf14dac9622c91b7f6a17 (patch) | |
tree | fd52f4b67ece1a5c5d4b790517e24af32906714e /palm | |
parent | e8e3fe05d36e9e208e065084ff078af8d301b9a1 (diff) | |
download | freebsd-ports-gnome-b3412b2be8892f162c5cf14dac9622c91b7f6a17.tar.gz freebsd-ports-gnome-b3412b2be8892f162c5cf14dac9622c91b7f6a17.tar.zst freebsd-ports-gnome-b3412b2be8892f162c5cf14dac9622c91b7f6a17.zip |
- Fix typo in OptionsNG conversion
PR: ports/177600
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Approved by: portmgr (miwi), jpaetzel (mentor)
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} |