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/xmx | |
parent | b212e2df00a8d44419254f79f45ed034576edae2 (diff) | |
download | pkgsrc-67c5db45eea347ac45d89c08ca6126a1db624662.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'x11/xmx')
-rw-r--r-- | x11/xmx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile index d30499ccae3..6ac7f262def 100644 --- a/x11/xmx/Makefile +++ b/x11/xmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:54 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/21 21:16:10 salo Exp $ DISTNAME= xmx-2.1alpha.pl7 PKGNAME= xmx-2.1a7 @@ -11,7 +11,6 @@ COMMENT= X11 Protocol Multiplexor ONLY_FOR_PLATFORM= SunOS-*-* # minor PLIST problems -USE_X11BASE= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |