diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-12 17:15:06 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-12 17:15:06 +0000 |
commit | ef0595465076bba7ab5147b25596f060c84fd71c (patch) | |
tree | 24ee07003344ba1778b979fc9d6b90cb69cc74e1 /devel/libgsf | |
parent | 9d469551b0fc9ab786095d8bd1a2690bcc5cdd28 (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 fd7bc049b6c5..788a02540db2 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if !defined(GSF_SLAVE) -GCONF_SCHEMAS= gsf-office-thumbnailer.schemas +#GCONF_SCHEMAS= gsf-office-thumbnailer.schemas MAN1= gsf.1 gsf-office-thumbnailer.1 .endif |