diff options
author | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
commit | 67c5db45eea347ac45d89c08ca6126a1db624662 (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /x11/x2x | |
parent | b212e2df00a8d44419254f79f45ed034576edae2 (diff) | |
download | pkgsrc-67c5db45eea347ac45d89c08ca6126a1db624662.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'x11/x2x')
-rw-r--r-- | x11/x2x/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/x2x/Makefile b/x11/x2x/Makefile index b810ee58667..f4f42162da9 100644 --- a/x11/x2x/Makefile +++ b/x11/x2x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:56:50 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/21 21:16:10 salo Exp $ DISTNAME= x2x-1.27 PKGREVISION= 1 @@ -9,7 +9,6 @@ MASTER_SITES= ftp://ftp.digital.com/pub/Digital/SRC/x2x/ \ MAINTAINER= tech-pkg@NetBSD.org COMMENT= One keyboard and mouse to control multiple X displays -USE_X11BASE= yes USE_IMAKE= yes post-configure: |