diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
commit | 4e4178dab5c2825019e9652f1ba4f102253a31df (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /devel/libpafe | |
parent | ecec69fbc311162911f66439dedf61b8176ef964 (diff) | |
download | ports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip |
Notes
Diffstat (limited to 'devel/libpafe')
-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> |