Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 16:02:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382607 - head/sysutils/heartbeat
Message-ID:  <201503291602.t2TG2fh0092077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503291602.t2TG2fh0092077>