diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-29 16:02:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-29 16:02:40 +0000 |
commit | b0ae423ec8d75c993bc613b7a5b3be8e63a39bda (patch) | |
tree | e1990dbcee8585c0bc4b9de46f315ad78bd6cbda /sysutils/heartbeat | |
parent | 69370eaacceaaf3c2bc3f86af1d2257f8fb92d74 (diff) |
Notes
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 |