Convert to USES=autoreconf

This commit is contained in:
Baptiste Daroussin 2015-03-28 16:05:34 +00:00
parent 96424dddb3
commit ba99e4df70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382519

View file

@ -3,6 +3,7 @@
PORTNAME= prelink PORTNAME= prelink
PORTVERSION= 20130503 PORTVERSION= 20130503
PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://people.redhat.com/jakub/prelink/ 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 LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone
USES= gmake tar:bzip2 libtool USES= autoreconf gmake tar:bzip2 libtool
GNU_CONFIGURE= yes 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 CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib