mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Convert to USES=autoreconf
This commit is contained in:
parent
96424dddb3
commit
ba99e4df70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382519
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue