svn commit: r325451 - head/devel/gsettings-desktop-schemas

Koop Mast kwm at FreeBSD.org
Tue Aug 27 14:19:23 UTC 2013


Author: kwm
Date: Tue Aug 27 14:19:23 2013
New Revision: 325451
URL: http://svnweb.freebsd.org/changeset/ports/325451

Log:
  Fix leftover directories warnings in ports that depend on
  gsettings-desktop-schemas.

Modified:
  head/devel/gsettings-desktop-schemas/Makefile

Modified: head/devel/gsettings-desktop-schemas/Makefile
==============================================================================
--- head/devel/gsettings-desktop-schemas/Makefile	Tue Aug 27 14:08:58 2013	(r325450)
+++ head/devel/gsettings-desktop-schemas/Makefile	Tue Aug 27 14:19:23 2013	(r325451)
@@ -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-head mailing list