aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-07-13 01:15:06 +0800
committermezz <mezz@FreeBSD.org>2007-07-13 01:15:06 +0800
commitaeb4cd487382c2e2e2badb4d067196b0c0283df1 (patch)
tree1d91967e7c056b6e3afdcc94f8ac2971e1ca0f81 /devel
parent6910f8deaccf5ec2cf468e51d0963d3d34d28aae (diff)
downloadfreebsd-ports-gnome-aeb4cd487382c2e2e2badb4d067196b0c0283df1.tar.gz
freebsd-ports-gnome-aeb4cd487382c2e2e2badb4d067196b0c0283df1.tar.zst
freebsd-ports-gnome-aeb4cd487382c2e2e2badb4d067196b0c0283df1.zip
Disable the GCONF_SCHEMAS for now, the gconf stuff is broke. I have reported
in its bugzilla. Reported by: a few
Diffstat (limited to 'devel')
-rw-r--r--devel/libgsf/Makefile2
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