diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-03 09:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-03 09:25:39 +0000 |
commit | 82f3d569dfe5181ac339e871562ecf5f8acf7e7f (patch) | |
tree | 892e2efd74793bda362cc4357c080b6edaa2ddb8 /wm/openbox | |
parent | 814dcda762306c7a778d3d9a6304ecce8f0c09fa (diff) | |
download | pkgsrc-82f3d569dfe5181ac339e871562ecf5f8acf7e7f.tar.gz |
Depend on xdg-1.4 for share/themes.
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 65a3617c8a8..f576d5dcc7e 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/01/24 19:40:26 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/03 09:25:39 wiz Exp $ DISTNAME= openbox-3.3.1 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Standards compliant, light-weight and extensible window manager DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf GNU_CONFIGURE= YES -USE_DIRS+= gnome2-1.5 +USE_DIRS+= gnome2-1.5 xdg-1.4 USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |