diff options
author | jlam <jlam> | 2001-06-26 20:48:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-26 20:48:20 +0000 |
commit | 4748e975c0fc020429b27756bb77726b4723d784 (patch) | |
tree | 371844951430e86f92baf1a7635f45f4507cdad0 | |
parent | abe58e8bba301b2a4a9eab16511b1080165e2d9b (diff) | |
download | pkgsrc-4748e975c0fc020429b27756bb77726b4723d784.tar.gz |
Set GNU_CONFIGURE instead of HAS_CONFIGURE and all those unnecessary
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
-rw-r--r-- | wm/bbkeys/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index 49df467fa08..0fc6d4dd98d 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/26 20:48:20 jlam Exp $ # PKGNAME= bbkeys-0.3.5 - COMMENT= General X Window keygrabber -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --prefix=${X11PREFIX} \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES .include "Makefile.common" |