diff options
author | wiz <wiz> | 2007-02-03 09:25:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-03 09:25:39 +0000 |
commit | 5b553942a153c0b487a31bfeea6e76747c56e406 (patch) | |
tree | 892e2efd74793bda362cc4357c080b6edaa2ddb8 /wm/matchbox-wm | |
parent | 4b354885c89adff32df4540ee61e9945924eba65 (diff) | |
download | pkgsrc-5b553942a153c0b487a31bfeea6e76747c56e406.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} |