diff options
author | salo <salo> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo> | 2004-07-21 21:16:10 +0000 |
commit | f33473ba1a1a9ac22ab0f072003f670654a923fd (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /x11/xmon | |
parent | 12e3f525b9894306604c452996567a057d1f9865 (diff) | |
download | pkgsrc-f33473ba1a1a9ac22ab0f072003f670654a923fd.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'x11/xmon')
-rw-r--r-- | x11/xmon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index fe555e9ffbd..792faa404da 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:38:34 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/21 21:16:10 salo Exp $ # DISTNAME= xmon.1.5.4 @@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ee.ryerson.ca/~elf/xapps/Q-XVIII.html COMMENT= Interactive X protocol monitor -USE_X11BASE= YES USE_IMAKE= YES .include "../../mk/bsd.pkg.mk" |