diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-30 00:02:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-30 00:02:40 +0800 |
commit | 00d3e2d626984aa45747ed8749e9a9146c764b10 (patch) | |
tree | e1990dbcee8585c0bc4b9de46f315ad78bd6cbda /sysutils/heartbeat | |
parent | e8bf8ce698a108777809f0ede19f0c1179da94a0 (diff) | |
download | freebsd-ports-gnome-00d3e2d626984aa45747ed8749e9a9146c764b10.tar.gz freebsd-ports-gnome-00d3e2d626984aa45747ed8749e9a9146c764b10.tar.zst freebsd-ports-gnome-00d3e2d626984aa45747ed8749e9a9146c764b10.zip |
Convert to USES=autoreconf
Diffstat (limited to 'sysutils/heartbeat')
-rw-r--r-- | sysutils/heartbeat/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 3e61478e4080..520252095547 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -24,10 +24,8 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ 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 |