svn commit: r313549 - head/devel/libgsf

Koop Mast kwm at FreeBSD.org
Wed Mar 6 22:50:18 UTC 2013


Author: kwm
Date: Wed Mar  6 22:50:17 2013
New Revision: 313549
URL: http://svnweb.freebsd.org/changeset/ports/313549

Log:
  Unbreak libgsf-gnome by making sure the PLIST_FILES line only applies to libgsf
  itself.
  
  Reported by:	build runs (by miwi)

Modified:
  head/devel/libgsf/Makefile

Modified: head/devel/libgsf/Makefile
==============================================================================
--- head/devel/libgsf/Makefile	Wed Mar  6 22:37:48 2013	(r313548)
+++ head/devel/libgsf/Makefile	Wed Mar  6 22:50:17 2013	(r313549)
@@ -38,9 +38,9 @@ OPTIONS_DEFAULT=	GCONF
 
 .if ${PORT_OPTIONS:MGCONF}
 USE_GNOME+=	gconf2
-PLIST_FILES+=	bin/gsf-office-thumbnailer
 . if !defined(GSF_SLAVE)
 GCONF_SCHEMAS=	gsf-office-thumbnailer.schemas
+PLIST_FILES+=	bin/gsf-office-thumbnailer
 . endif
 .else
 CONFIGURE_ARGS+=	--without-gconf


More information about the svn-ports-all mailing list