diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:06:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:06:21 +0000 |
commit | dac273fd32f2636f58a236a7f936e2562ed0e373 (patch) | |
tree | 26f839af298fa3aaa3d38e4471bd5b3eadb00303 /devel/libpafe | |
parent | e154b62762f88da20ad50f8b62b3dbf0323f8f4b (diff) | |
download | ports-dac273fd32f2636f58a236a7f936e2562ed0e373.tar.gz ports-dac273fd32f2636f58a236a7f936e2562ed0e373.zip |
Notes
Diffstat (limited to 'devel/libpafe')
-rw-r--r-- | devel/libpafe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libpafe/Makefile b/devel/libpafe/Makefile index 789ac5bb94c3..d02314a11537 100644 --- a/devel/libpafe/Makefile +++ b/devel/libpafe/Makefile @@ -23,7 +23,6 @@ PLIST_FILES= bin/felica_dump bin/pasori_test \ include/libpafe/pasori_command.h \ lib/libpafe.a lib/libpafe.so lib/libpafe.so.0 \ lib/libpafe.so.0.0.8 -PLIST_DIRS= include/libpafe CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ LIBUSB_LIBS="-L/usr/lib -lusb" |