diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-19 10:46:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-19 10:46:44 +0000 |
commit | 323aaec525ab356b66ca1e080a2bd74132238c30 (patch) | |
tree | 510438888c9c186d56e8ddc28791e438c0734d9d /sysutils/heartbeat | |
parent | 97a35fcd8358095f878914f5a8f48467ba805a80 (diff) | |
download | ports-323aaec525ab356b66ca1e080a2bd74132238c30.tar.gz ports-323aaec525ab356b66ca1e080a2bd74132238c30.zip |
Notes
Diffstat (limited to 'sysutils/heartbeat')
-rw-r--r-- | sysutils/heartbeat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 520252095547..c72c250f8f30 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -24,12 +24,14 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ libxml2.so:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison -USES= autoreconf gettext gmake libtool pkgconfig python tar:bzip2 \ +USES= autoreconf cpe gettext gmake libtool pkgconfig python tar:bzip2 \ shebangfix SHEBANG_FILES= ldirectord/ldirectord.in USE_GNOME= glib20 USE_LDCONFIG= yes +CPE_VENDOR= linux-ha + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |