diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-26 20:48:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-26 20:48:20 +0000 |
commit | 738cc1edc9b4a42211ce2798fb3213a27f48211f (patch) | |
tree | 371844951430e86f92baf1a7635f45f4507cdad0 /wm/bbkeys | |
parent | 5df6c35daf7b8d201c677bed392859058d134589 (diff) | |
download | pkgsrc-738cc1edc9b4a42211ce2798fb3213a27f48211f.tar.gz |
Set GNU_CONFIGURE instead of HAS_CONFIGURE and all those unnecessary
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'wm/bbkeys')
-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" |