diff options
Diffstat (limited to 'palm/pilot-link')
-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} |