Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2013 22:50:17 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313549 - head/devel/libgsf
Message-ID:  <201303062250.r26MoHKp096802@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303062250.r26MoHKp096802>