diff options
Diffstat (limited to 'sysutils/heartbeat/Makefile')
-rw-r--r-- | sysutils/heartbeat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index c831630d322a..ccd346203e19 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -24,8 +24,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ xml2:${PORTSDIR}/textproc/libxml2 PATCH_DEPENDS= ${LOCALBASE}/bin/libtoolize:${PORTSDIR}/devel/libtool22 -USE_AUTOTOOLS= autoconf:268 autoheader:268 automake:111 aclocal:111 \ - libtool:22 libltdl:22 +USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool libltdl AUTOMAKE_ARGS+= --add-missing --include-deps --copy ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal |