svn commit: r384276 - head/sysutils/heartbeat

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 19 10:46:45 UTC 2015


Author: amdmi3
Date: Sun Apr 19 10:46:44 2015
New Revision: 384276
URL: https://svnweb.freebsd.org/changeset/ports/384276

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/heartbeat/Makefile

Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile	Sun Apr 19 10:33:26 2015	(r384275)
+++ head/sysutils/heartbeat/Makefile	Sun Apr 19 10:46:44 2015	(r384276)
@@ -24,12 +24,14 @@ LIB_DEPENDS=	libltdl.so:${PORTSDIR}/deve
 		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
 


More information about the svn-ports-all mailing list