diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 14:05:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 14:05:44 +0000 |
commit | e791a44cd3313c2c8aacfd2484a8f4c8598fb7a0 (patch) | |
tree | 949112fad4350e34fd3c9b6bba9810de35b21a32 /devel/libgsf | |
parent | ffcc8022b69aca3382c0ff1ff99ab9d77382b7f0 (diff) | |
download | pkgsrc-e791a44cd3313c2c8aacfd2484a8f4c8598fb7a0.tar.gz |
Fix seddo in previous.
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index ca9a7eeb972..3b9d855bcae 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2007/09/21 13:03:38 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2007/09/21 14:05:44 wiz Exp $ # DISTNAME= libgsf-1.14.7 @@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE+= libgsf-gnome-1.pc.in CONFIGURE_ARGS+= --without-python # XXX workaround for missing substitution in configure -MAKE_ENV+= GCONF_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR} +MAKE_ENV+= GCONF2_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR} GCONF_SCHEMAS= gsf-office-thumbnailer.schemas |