diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /sysutils/heartbeat | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'sysutils/heartbeat')
-rw-r--r-- | sysutils/heartbeat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index f46ec9463529..34a7a29fe0aa 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -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:262 autoheader:262 automake:110 aclocal:110 \ +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:110 aclocal:110 \ libtool:22 libltdl:22 AUTOMAKE_ARGS+= --add-missing --include-deps --copy ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal |