From 1280414a4562dca23caf63bf991ccc21ae771b42 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 6 Mar 2013 22:50:17 +0000 Subject: Unbreak libgsf-gnome by making sure the PLIST_FILES line only applies to libgsf itself. Reported by: build runs (by miwi) --- devel/libgsf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 74c08c71a9a4..f7d4df4afee1 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -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 -- cgit