diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 21:12:24 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 21:12:24 +0000 |
commit | 035ce1d146ceb475aed0294adbbe7f0fc54bbe97 (patch) | |
tree | c988628896a583e973cc3d938c879ba1b03046f7 | |
parent | e78f6c1cc9b7ecd2b6eb86f0aa282765a772b183 (diff) | |
download | pkgsrc-035ce1d146ceb475aed0294adbbe7f0fc54bbe97.tar.gz |
Set USE_BUILDLINK_ONLY
-rw-r--r-- | x11/imwheel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile index 6da198f391d..8771474aa0d 100644 --- a/x11/imwheel/Makefile +++ b/x11/imwheel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 13:32:01 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/30 21:12:24 zuntum Exp $ # DISTNAME= imwheel-0.9.9 @@ -9,6 +9,7 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://jcatki.dhs.org/imwheel/ COMMENT= tool which helps to use mousewheels +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_X11BASE= YES |