diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-28 06:22:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-28 06:22:47 +0800 |
commit | f745e178692cc9345de77984198a0e32fedb9b85 (patch) | |
tree | 3654686195a5ea038b72cf2e63487d220345f70e /sysutils | |
parent | 720280b626ce555e43ecf4e4a8623c5d95ed54ef (diff) | |
download | freebsd-ports-gnome-f745e178692cc9345de77984198a0e32fedb9b85.tar.gz freebsd-ports-gnome-f745e178692cc9345de77984198a0e32fedb9b85.tar.zst freebsd-ports-gnome-f745e178692cc9345de77984198a0e32fedb9b85.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/prelink/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/prelink/Makefile b/sysutils/prelink/Makefile index 53a2aff6421d..0a1ef7148eb9 100644 --- a/sysutils/prelink/Makefile +++ b/sysutils/prelink/Makefile @@ -3,6 +3,7 @@ PORTNAME= prelink PORTVERSION= 20111012 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.redhat.com/jakub/prelink/ @@ -12,9 +13,9 @@ COMMENT= ELF prelinking utility to speed up dynamic linking LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone BUILD_DEPENDS= fig2dev:${PORTSDIR}/print/transfig -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize libtool +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -c -a CPPFLAGS+= -I${LOCALBASE}/include |