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 /net/wmpload | |
parent | 12e3f525b9894306604c452996567a057d1f9865 (diff) | |
download | pkgsrc-f33473ba1a1a9ac22ab0f072003f670654a923fd.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'net/wmpload')
-rw-r--r-- | net/wmpload/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/wmpload/Makefile b/net/wmpload/Makefile index 58b1dde1d05..2113e3d05c2 100644 --- a/net/wmpload/Makefile +++ b/net/wmpload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/18 07:14:19 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/21 21:16:10 salo Exp $ # DISTNAME= wmpload-0.9.4 @@ -12,7 +12,6 @@ COMMENT= PPP monitor for X11, totals and current in/out rates in 64x64 cube HAS_CONFIGURE= YES USE_BUILDLINK3= YES USE_IMAKE= YES -USE_X11BASE= YES .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |