svn commit: r385723 - head/x11/gnome-shell

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 03:01:43 UTC 2015


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
 


More information about the svn-ports-all mailing list