svn commit: r385722 - head/x11/gnome-terminal

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 02:16:45 UTC 2015


Author: amdmi3
Date: Fri May  8 02:16:44 2015
New Revision: 385722
URL: https://svnweb.freebsd.org/changeset/ports/385722

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11/gnome-terminal/Makefile

Modified: head/x11/gnome-terminal/Makefile
==============================================================================
--- head/x11/gnome-terminal/Makefile	Fri May  8 01:45:37 2015	(r385721)
+++ head/x11/gnome-terminal/Makefile	Fri May  8 02:16:44 2015	(r385722)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libstartup-notification-1.s
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
-USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		cpe gettext gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	dconf gnomeprefix gtk30 intlhack nautilus3 vte3
 USE_XORG=	sm ice
 GNU_CONFIGURE=	yes
@@ -27,6 +27,7 @@ CONFIGURE_ARGS=	--disable-search-provide
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	gnome
 
 GLIB_SCHEMAS=	org.gnome.Terminal.gschema.xml
 


More information about the svn-ports-head mailing list