svn commit: r386147 - head/textproc/exmpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 12 12:48:15 UTC 2015


Author: amdmi3
Date: Tue May 12 12:48:14 2015
New Revision: 386147
URL: https://svnweb.freebsd.org/changeset/ports/386147

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/exmpp/Makefile

Modified: head/textproc/exmpp/Makefile
==============================================================================
--- head/textproc/exmpp/Makefile	Tue May 12 12:47:45 2015	(r386146)
+++ head/textproc/exmpp/Makefile	Tue May 12 12:48:14 2015	(r386147)
@@ -32,7 +32,8 @@ CONFIGURE_ARGS+=--enable-static=yes \
 		--enable-escaping-using-cdata
 GNU_CONFIGURE_PREFIX=	"${PREFIX}/lib/erlang/lib"
 PLIST_SUB=	VERSION=${PORTVERSION}
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf cpe libtool pkgconfig
+CPE_VENDOR=	process-one
 USE_OPENSSL=	yes
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list