diff options
Diffstat (limited to 'devel/libpafe/Makefile')
-rw-r--r-- | devel/libpafe/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/libpafe/Makefile b/devel/libpafe/Makefile index 093973cbeabd..5a459100665a 100644 --- a/devel/libpafe/Makefile +++ b/devel/libpafe/Makefile @@ -24,15 +24,7 @@ PLIST_FILES= bin/felica_dump bin/pasori_test \ lib/libpafe.a lib/libpafe.so lib/libpafe.la lib/libpafe.so.0 PLIST_DIRS= include/libpafe -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0:${PORTSDIR}/devel/libusb -CPPFLAGS+= -I${PREFIX}/include -LDFLAGS+= -L${PREFIX}/lib -.else CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ LIBUSB_LIBS="-L/usr/lib -lusb" -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |