diff options
author | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
commit | 827c6381d11bd79a10cffc8155bc2913200b45da (patch) | |
tree | 055d5b4b4fa27cce7f391d5dad608380754ba127 /sysutils/heartbeat | |
parent | 5229407736453559e6a3641ba620dee33f92c002 (diff) | |
download | freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.zst freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.zip |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
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 ccd346203e19..e69aafcb1569 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ net-1.1.5:${PORTSDIR}/net/libnet-devel \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ xml2:${PORTSDIR}/textproc/libxml2 -PATCH_DEPENDS= ${LOCALBASE}/bin/libtoolize:${PORTSDIR}/devel/libtool22 +PATCH_DEPENDS= libtool:${PORTSDIR}/devel/libtool USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool libltdl AUTOMAKE_ARGS+= --add-missing --include-deps --copy |