diff options
author | wiz <wiz> | 2007-07-28 14:51:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-07-28 14:51:32 +0000 |
commit | 35ee599d74c568ea3a28ff799bdec1df56073539 (patch) | |
tree | 88cf2a8b15ac6aa754efca96315f45bf70d7541a | |
parent | 7f7b138a51887ecaebbf8a30d6a4c6c66c9e186b (diff) | |
download | pkgsrc-35ee599d74c568ea3a28ff799bdec1df56073539.tar.gz |
Set GCONF2_SCHEMAS again to register schema file correctly.
-rw-r--r-- | devel/libgsf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 1395d0998e3..eef6952e3e4 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2007/07/28 14:42:17 drochner Exp $ +# $NetBSD: Makefile,v 1.49 2007/07/28 14:51:32 wiz Exp $ # DISTNAME= libgsf-1.14.5 @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --without-python # XXX workaround for missing substitution in configure MAKE_ENV+= GCONF2_SCHEMAS_DIR=${GCONF2_SCHEMAS_DIR} +GCONF2_SCHEMAS= gsf-office-thumbnailer.schemas + .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" |