diff options
author | jmmv <jmmv> | 2004-02-16 12:37:12 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-16 12:37:12 +0000 |
commit | ab1a719d5a7140c6451b14c7fd670d72b761e75c (patch) | |
tree | 4bf125c9a23f583c9dc492ea7e24bb8f5be107dc /x11/gnome-panel | |
parent | e52e6acde2ea9e7f9ae9ea944c258283155bb27e (diff) | |
download | pkgsrc-ab1a719d5a7140c6451b14c7fd670d72b761e75c.tar.gz |
Remove some unneeded environmental variables.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 0c71dae5f9a..e928d109c33 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/02/14 21:06:43 minskim Exp $ +# $NetBSD: Makefile,v 1.32 2004/02/16 12:37:12 jmmv Exp $ # DISTNAME= gnome-panel-2.4.2 @@ -25,8 +25,6 @@ PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html -CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" -MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" GCONF2_SCHEMAS= clock.schemas GCONF2_SCHEMAS+= fish.schemas |