summaryrefslogtreecommitdiff
path: root/net-im/libstrophe/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2015-02-17 16:45:01 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2015-02-17 16:45:01 +0000
commit2a11140f157b2d94d89877e724507e6eb5f5d50a (patch)
tree592da3ff56b2aa99c2558d8ece1913ccd99cd542 /net-im/libstrophe/Makefile
parent- Add JAIL OPTION to build with options that are happy for running snmpd with... (diff)
Use USES autoconf
Submitted by: mat
Notes
Notes: svn path=/head/; revision=379182
Diffstat (limited to 'net-im/libstrophe/Makefile')
-rw-r--r--net-im/libstrophe/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-im/libstrophe/Makefile b/net-im/libstrophe/Makefile
index 7360599ba38d..6fbc84ff41b3 100644
--- a/net-im/libstrophe/Makefile
+++ b/net-im/libstrophe/Makefile
@@ -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>