diff options
-rw-r--r-- | sysutils/prelink/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/prelink/Makefile b/sysutils/prelink/Makefile index ebea1dc15471..c97e91819be1 100644 --- a/sysutils/prelink/Makefile +++ b/sysutils/prelink/Makefile @@ -3,6 +3,7 @@ PORTNAME= prelink PORTVERSION= 20130503 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.redhat.com/jakub/prelink/ @@ -11,11 +12,8 @@ COMMENT= ELF prelinking utility to speed up dynamic linking LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone -USES= gmake tar:bzip2 libtool +USES= autoreconf gmake tar:bzip2 libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize -ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= -c -a CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |