diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-06 22:50:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-06 22:50:17 +0000 |
commit | 1280414a4562dca23caf63bf991ccc21ae771b42 (patch) | |
tree | b02610e9064f8ee82697713331efdac2c12254a1 /devel/libgsf | |
parent | af6872d8328fc2f5aecef76c237b882040acfb69 (diff) |
Notes
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |