svn commit: r386607 - head/net/libsrtp

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 12:50:00 UTC 2015


Author: amdmi3
Date: Sun May 17 12:49:59 2015
New Revision: 386607
URL: https://svnweb.freebsd.org/changeset/ports/386607

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/net/libsrtp/Makefile

Modified: head/net/libsrtp/Makefile
==============================================================================
--- head/net/libsrtp/Makefile	Sun May 17 12:46:17 2015	(r386606)
+++ head/net/libsrtp/Makefile	Sun May 17 12:49:59 2015	(r386607)
@@ -20,7 +20,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-openssl
 CPPFLAGS+=	-I${OPENSSLBASE}/include
 LIBS+=		-L${OPENSSLBASE}/lib
-USES=		gmake pathfix pkgconfig
+USES=		cpe gmake pathfix pkgconfig
+CPE_VENDOR=	cisco
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 


More information about the svn-ports-all mailing list