1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Use USES autoconf

Submitted by:	mat
This commit is contained in:
Tilman Keskinoz 2015-02-17 16:45:01 +00:00
parent fe533a0788
commit 2a11140f15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379182

View File

@ -17,14 +17,10 @@ GH_ACCOUNT= strophe
GH_PROJECT= libstrophe
GH_COMMIT= 2093aac
GH_TAGNAME= ${GH_COMMIT}
USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
USES= libtool pkgconfig
USES= libtool pkgconfig autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
USE_OPENSSL= yes
USE_LDCONFIG= yes
pre-configure:
cd ${WRKSRC}; ./bootstrap.sh
.include <bsd.port.mk>