svn commit: r382607 - head/sysutils/heartbeat

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 16:02:41 UTC 2015


Author: bapt
Date: Sun Mar 29 16:02:40 2015
New Revision: 382607
URL: https://svnweb.freebsd.org/changeset/ports/382607
QAT: https://qat.redports.org/buildarchive/r382607/

Log:
  Convert to USES=autoreconf

Modified:
  head/sysutils/heartbeat/Makefile

Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile	Sun Mar 29 16:01:08 2015	(r382606)
+++ head/sysutils/heartbeat/Makefile	Sun Mar 29 16:02:40 2015	(r382607)
@@ -24,10 +24,8 @@ LIB_DEPENDS=	libltdl.so:${PORTSDIR}/deve
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison
 
-USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtoolize
-AUTOMAKE_ARGS=	--add-missing --include-deps --copy
-
-USES=		gettext gmake libtool pkgconfig python tar:bzip2 shebangfix
+USES=		autoreconf gettext gmake libtool pkgconfig python tar:bzip2 \
+		shebangfix
 SHEBANG_FILES=	ldirectord/ldirectord.in
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list