svn commit: r396150 - head/sysutils/gnome-control-center

Koop Mast kwm at FreeBSD.org
Fri Sep 4 22:14:37 UTC 2015


Author: kwm
Date: Fri Sep  4 22:14:36 2015
New Revision: 396150
URL: https://svnweb.freebsd.org/changeset/ports/396150

Log:
  Drop unneeded gnomemenus3 dependancy.
  
  Obtained from:	gnome devel repo

Modified:
  head/sysutils/gnome-control-center/Makefile

Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile	Fri Sep  4 22:12:22 2015	(r396149)
+++ head/sysutils/gnome-control-center/Makefile	Fri Sep  4 22:14:36 2015	(r396150)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-control-center
 PORTVERSION=	3.16.3
+PORTREVISION=	1
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -40,7 +41,7 @@ CONFLICTS=	gnome-media-2.[0-9]*
 PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lib gettext gmake pathfix pkgconfig tar:xz
-USE_GNOME=	gnomedesktop3 gnomemenus3 intltool libxml2
+USE_GNOME=	gnomedesktop3 intltool libxml2
 USE_XORG=	xscrnsaver x11 xxf86misc kbproto xi
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list