diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
commit | 6d8b323ab090ee089aba09dd01f19e558a5802bf (patch) | |
tree | c08ab05cbdf6d76f0a52b7669d4b086614aa4610 /textproc/exmpp | |
parent | 4601848c53c25de76df86f969f7ca39753dcad18 (diff) |
Notes
Diffstat (limited to 'textproc/exmpp')
-rw-r--r-- | textproc/exmpp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/exmpp/Makefile b/textproc/exmpp/Makefile index 3ce1ed170c90..76434c41d298 100644 --- a/textproc/exmpp/Makefile +++ b/textproc/exmpp/Makefile @@ -10,8 +10,7 @@ COMMENT= Fast and scalable library for XMPP written in Erlang/OTP LICENSE= EPL -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - libtool:${PORTSDIR}/devel/libtool +BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -34,7 +33,7 @@ CONFIGURE_ARGS+=--enable-static=yes \ --enable-escaping-using-cdata GNU_CONFIGURE_PREFIX= "${PREFIX}/lib/erlang/lib" PLIST_SUB= VERSION=${PORTVERSION} -USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env +USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USES= libtool pkgconfig .include <bsd.port.options.mk> |