diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-04 13:02:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-04 13:02:02 +0000 |
commit | fd6fca249a735ec5dc47363051bdffb86164a345 (patch) | |
tree | b363ad52e92f18392cdcf1e8ef29bd2c5d903c0e /wm | |
parent | 99fa10ea5d67c5627b505a80330669db6bc96fae (diff) | |
download | pkgsrc-fd6fca249a735ec5dc47363051bdffb86164a345.tar.gz |
Needs pkg-config since enforced breakage
Diffstat (limited to 'wm')
-rw-r--r-- | wm/afterstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index e7b6a74e7ef..a6412b2f4ab 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/03/07 04:41:56 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2007/04/04 13:02:02 joerg Exp $ DISTNAME= AfterStep-2.1.2 PKGNAME= ${DISTNAME:S/AfterStep/afterstep/} @@ -14,7 +14,7 @@ COMMENT= Window manager based on the look and feel of the NeXTStep interface PKG_INSTALLATION_TYPES= overwrite pkgviews USE_DIRS+= gnome2-1.5 -USE_TOOLS+= bash:run gmake perl:run +USE_TOOLS+= bash:run gmake perl:run pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-send-postcard-to-developer REPLACE_PERL+= tools/ascommand.pl tools/installastheme.pl.in tools/makeastheme.pl.in |