svn commit: r325463 - branches/RELENG_9_2_0/devel/gsettings-desktop-schemas

Koop Mast kwm at FreeBSD.org
Tue Aug 27 16:03:58 UTC 2013


Author: kwm
Date: Tue Aug 27 16:03:57 2013
New Revision: 325463
URL: http://svnweb.freebsd.org/changeset/ports/325463

Log:
  MFH 354451:
   Fix leftover directories warnings in ports that depend on
   gsettings-desktop-schemas.
  
  Approved by:	portmgr (erwin)

Modified:
  branches/RELENG_9_2_0/devel/gsettings-desktop-schemas/Makefile
Directory Properties:
  branches/RELENG_9_2_0/   (props changed)

Modified: branches/RELENG_9_2_0/devel/gsettings-desktop-schemas/Makefile
==============================================================================
--- branches/RELENG_9_2_0/devel/gsettings-desktop-schemas/Makefile	Tue Aug 27 15:40:42 2013	(r325462)
+++ branches/RELENG_9_2_0/devel/gsettings-desktop-schemas/Makefile	Tue Aug 27 16:03:57 2013	(r325463)
@@ -4,6 +4,7 @@
 
 PORTNAME=	gsettings-desktop-schemas
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/etc/fonts/conf
 USE_XZ=		yes
 USES=		gettext gmake pathfix pkgconfig
 USE_PERL5_BUILD=	yes
-USE_GNOME=	intltool glib20 introspection:build
+USE_GNOME=	intltool glib20 gnomehier introspection:build
 GNU_CONFIGURE=	yes
 
 GLIB_SCHEMAS=	org.gnome.desktop.a11y.applications.gschema.xml \


More information about the svn-ports-branches mailing list