diff options
author | dholland <dholland@pkgsrc.org> | 2010-05-31 23:11:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-05-31 23:11:57 +0000 |
commit | a2db617e368dc89185c9a8a448c666007ca9b3ca (patch) | |
tree | c2a9ddbcc2fa55a3ec2229b3ad2c9de121095688 /wm | |
parent | df6e57a5381652932273efb1fc164b09c8d87230 (diff) | |
download | pkgsrc-a2db617e368dc89185c9a8a448c666007ca9b3ca.tar.gz |
Requires gtar, per PR 42939.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/obconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile index c4eafb168f6..bd7970b9e31 100644 --- a/wm/obconf/Makefile +++ b/wm/obconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/02/01 22:44:23 snj Exp $ +# $NetBSD: Makefile,v 1.31 2010/05/31 23:11:57 dholland Exp $ DISTNAME= obconf-2.0.3 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Tool for configuring the Openbox window manager PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gtar GNU_CONFIGURE= YES .include "../../databases/shared-mime-info/mimedb.mk" |