diff options
-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 |