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 | 805a3d664eac67a1a82903a8c0ca1383c2e91561 (patch) | |
tree | 892e2efd74793bda362cc4357c080b6edaa2ddb8 /wm/matchbox-wm | |
parent | 65516e2be0ab1dd267fc372a2a96bb8157d6241c (diff) | |
download | pkgsrc-805a3d664eac67a1a82903a8c0ca1383c2e91561.tar.gz |
Depend on xdg-1.4 for share/themes.
Diffstat (limited to 'wm/matchbox-wm')
-rw-r--r-- | wm/matchbox-wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/matchbox-wm/Makefile b/wm/matchbox-wm/Makefile index 1f41e884b2c..c30894ccb55 100644 --- a/wm/matchbox-wm/Makefile +++ b/wm/matchbox-wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/15 20:33:02 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/03 09:25:39 wiz Exp $ # DISTNAME= matchbox-window-manager-1.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://projects.o-hand.com/matchbox/ COMMENT= Window manager designed for computers with small displays USE_TOOLS+= pkg-config +USE_DIRS+= xdg-1.4 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} |