diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /sysutils/heartbeat | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
Diffstat (limited to 'sysutils/heartbeat')
-rw-r--r-- | sysutils/heartbeat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 34a7a29fe0aa..6fde6a531328 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ xml2:${PORTSDIR}/textproc/libxml2 PATCH_DEPENDS= ${LOCALBASE}/bin/libtoolize:${PORTSDIR}/devel/libtool22 -USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:110 aclocal:110 \ +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:111 aclocal:111 \ libtool:22 libltdl:22 AUTOMAKE_ARGS+= --add-missing --include-deps --copy ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal |