diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-29 00:57:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-29 00:57:21 +0800 |
commit | 9c260a4c6dff44cd99fe89e9ae2df9b204d7b2bc (patch) | |
tree | 7dee1d5e316f9b1b9b5601737796b4925a6a499f /devel | |
parent | a994cad5454db2184f2756addc253a1f7085b86b (diff) | |
download | freebsd-ports-gnome-9c260a4c6dff44cd99fe89e9ae2df9b204d7b2bc.tar.gz freebsd-ports-gnome-9c260a4c6dff44cd99fe89e9ae2df9b204d7b2bc.tar.zst freebsd-ports-gnome-9c260a4c6dff44cd99fe89e9ae2df9b204d7b2bc.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-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" \ |