Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 02:16:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385722 - head/x11/gnome-terminal
Message-ID:  <201505080216.t482GjtS031173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505080216.t482GjtS031173>