Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 03:01:43 +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: r385723 - head/x11/gnome-shell
Message-ID:  <201505080301.t4831hdG056032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May  8 03:01:42 2015
New Revision: 385723
URL: https://svnweb.freebsd.org/changeset/ports/385723

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/x11/gnome-shell/Makefile

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Fri May  8 02:16:44 2015	(r385722)
+++ head/x11/gnome-shell/Makefile	Fri May  8 03:01:42 2015	(r385723)
@@ -34,7 +34,7 @@ RUN_DEPENDS=	py*-dbus>=0:${PORTSDIR}/dev
 
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c11 gettext gmake libtool pathfix pkgconfig \
+USES=		compiler:c11 cpe gettext gmake libtool pathfix pkgconfig \
 		tar:xz webplugin:native
 USE_GNOME=	evolutiondataserver3 gnomedesktop3 gnomeprefix \
 		gtk30 intlhack introspection
@@ -50,6 +50,7 @@ CONFIGURE_ENV+=	BROWSER_PLUGIN_DIR=${PRE
 CPPFLAGS+=	-I${LOCALASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	gnome
 
 GLIB_SCHEMAS=	org.gnome.shell.gschema.xml
 



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