aboutsummaryrefslogtreecommitdiff
path: root/sysutils/prelink
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-27 22:22:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-27 22:22:47 +0000
commit49677f8d5f7b8343c4e4d41e72f2fdccd0a948b4 (patch)
tree3654686195a5ea038b72cf2e63487d220345f70e /sysutils/prelink
parent429f39cefa6c43e5ff167e866dc37c64ecb8dc42 (diff)
downloadports-49677f8d5f7b8343c4e4d41e72f2fdccd0a948b4.tar.gz
ports-49677f8d5f7b8343c4e4d41e72f2fdccd0a948b4.zip
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=359618
Diffstat (limited to 'sysutils/prelink')
-rw-r--r--sysutils/prelink/Makefile5
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