aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-07-01 09:17:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-07-01 09:17:28 +0800
commitbfb9604b18b2fca64c6973c075fc75a15195666a (patch)
tree7acf87e933e81bae38e45346ab1ba48c6e17f8e8 /devel
parent386bf347a744d228ec5cbba6ca5198da48fc6598 (diff)
downloadfreebsd-ports-gnome-bfb9604b18b2fca64c6973c075fc75a15195666a.tar.gz
freebsd-ports-gnome-bfb9604b18b2fca64c6973c075fc75a15195666a.tar.zst
freebsd-ports-gnome-bfb9604b18b2fca64c6973c075fc75a15195666a.zip
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/wand-libconfig/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/wand-libconfig/Makefile b/devel/wand-libconfig/Makefile
index cfbf0d5fff31..00c1ce622199 100644
--- a/devel/wand-libconfig/Makefile
+++ b/devel/wand-libconfig/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libconfig
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://research.wand.net.nz/software/libconfig/ \
http://matt.peterson.org/FreeBSD/ports/
@@ -13,15 +14,15 @@ COMMENT= C library for parsing config files
CONFLICTS= libconfig-[0-9]*
-USES= gmake
-USE_AUTOTOOLS= libtool
+USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_FILES= include/libconfig.h lib/libconfig.a lib/libconfig.la \
- lib/libconfig.so lib/libconfig.so.1
+PLIST_FILES= include/libconfig.h lib/libconfig.a \
+ lib/libconfig.so lib/libconfig.so.1 \
+ lib/libconfig.so.1.0.4
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \