diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 00:05:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 00:05:34 +0800 |
commit | 4a4c19aaebde1f8803df0dcef13609466ce0dba4 (patch) | |
tree | 67164863bba03fc8b6a8aec1c7acbef9ca800471 /sysutils/prelink | |
parent | fe87666a2820df289abc14ae9559ab5f07523beb (diff) | |
download | freebsd-ports-gnome-4a4c19aaebde1f8803df0dcef13609466ce0dba4.tar.gz freebsd-ports-gnome-4a4c19aaebde1f8803df0dcef13609466ce0dba4.tar.zst freebsd-ports-gnome-4a4c19aaebde1f8803df0dcef13609466ce0dba4.zip |
Convert to USES=autoreconf
Diffstat (limited to 'sysutils/prelink')
-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 |