diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-14 23:07:10 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-14 23:07:10 +0000 |
commit | 210233e6fa54e6fa25ff37be2ddac99e599c34b9 (patch) | |
tree | 49033ae90fedf07cf244f6e3aa6db6415ca1a051 /wm/openbox | |
parent | 17f6f25e3aabf578beb10bd0e3bcc08de3e37bdb (diff) | |
download | pkgsrc-210233e6fa54e6fa25ff37be2ddac99e599c34b9.tar.gz |
use setenv feature
Diffstat (limited to 'wm/openbox')
-rw-r--r-- | wm/openbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 2aa9a7c40d5..02d9b9f33fe 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2007/11/25 12:41:36 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2008/01/14 23:07:10 tnn Exp $ DISTNAME= openbox-3.4.4 PKGREVISION= 1 @@ -18,6 +18,7 @@ USE_DIRS+= gnome2-1.5 xdg-1.4 USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +USE_FEATURES+= setenv PKGCONFIG_OVERRIDE= parser/obparser-3.0.pc.in PKGCONFIG_OVERRIDE+= render/obrender-3.0.pc.in @@ -36,7 +37,6 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/libsetenv/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" |