svn commit: r385595 - head/x11-toolkits/vte

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 07:07:51 UTC 2015


Author: amdmi3
Date: Thu May  7 07:07:50 2015
New Revision: 385595
URL: https://svnweb.freebsd.org/changeset/ports/385595

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11-toolkits/vte/Makefile

Modified: head/x11-toolkits/vte/Makefile
==============================================================================
--- head/x11-toolkits/vte/Makefile	Thu May  7 06:50:35 2015	(r385594)
+++ head/x11-toolkits/vte/Makefile	Thu May  7 07:07:50 2015	(r385595)
@@ -20,7 +20,7 @@ PORTSCOUT=	ignore:1
 
 RUN_DEPENDS+=	${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
 
-USES+=		gettext gmake libtool pathfix pkgconfig
+USES+=		cpe gettext gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME?=	gnomeprefix gtk20 introspection:build referencehack
@@ -35,6 +35,8 @@ CONFIGURE_ARGS?=--disable-python \
 		--enable-introspection \
 		--disable-gnome-pty-helper
 
+CPE_VENDOR=	nalin_dahyabhai
+
 .include <bsd.port.options.mk>
 
 .if ${OSVERSION} < 900007


More information about the svn-ports-all mailing list