diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-28 16:57:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-28 16:57:21 +0000 |
commit | d7c63888ee9df5d7004c77444e1f0081e27480b4 (patch) | |
tree | 7dee1d5e316f9b1b9b5601737796b4925a6a499f /devel/libpafe | |
parent | b6bd30f483b200f6a3b17d07d43536aa2630a8a9 (diff) | |
download | ports-d7c63888ee9df5d7004c77444e1f0081e27480b4.tar.gz ports-d7c63888ee9df5d7004c77444e1f0081e27480b4.zip |
Notes
Diffstat (limited to 'devel/libpafe')
-rw-r--r-- | devel/libpafe/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libpafe/Makefile b/devel/libpafe/Makefile index 5a459100665a..789ac5bb94c3 100644 --- a/devel/libpafe/Makefile +++ b/devel/libpafe/Makefile @@ -3,7 +3,7 @@ PORTNAME= libpafe PORTVERSION= 0.0.8 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://homepage3.nifty.com/slokar/pasori/ @@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pkgconfig +USES= libtool pkgconfig PLIST_FILES= bin/felica_dump bin/pasori_test \ include/libpafe/felica_command.h \ include/libpafe/libpafe.h \ include/libpafe/pasori_command.h \ - lib/libpafe.a lib/libpafe.so lib/libpafe.la lib/libpafe.so.0 + 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" \ |