diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-13 14:24:09 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-13 14:24:09 +0000 |
commit | b03e43125b90531db2345d5aa063798d691e2b04 (patch) | |
tree | 686484aae31ba6bafdd4cca72d45b87b7c1e2cc2 /devel/libgsf | |
parent | 9fee9a154c4540f63765a0f62f98acf560746c37 (diff) | |
download | ports-b03e43125b90531db2345d5aa063798d691e2b04.tar.gz ports-b03e43125b90531db2345d5aa063798d691e2b04.zip |
Notes
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index ff0742830189..cd87a7df0950 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -38,7 +38,9 @@ MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1 .if !defined(WITHOUT_GCONF) || exists(${LOCALBASE}/bin/gconftool-2) USE_GNOME+= gconf2 PLIST_SUB+= THUMB="" +. if !defined(GSF_SLAVE) GCONF_SCHEMAS= gsf-office-thumbnailer.schemas +. endif .else PLIST_SUB+= THUMB="@comment " .endif |