diff options
author | hira <hira@pkgsrc.org> | 2006-08-31 18:31:01 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-08-31 18:31:01 +0000 |
commit | b3851f5bf9753c15566c6f6d8ecfafe094bcdb5f (patch) | |
tree | a0f785cd72daf2d9e8c2f49f92a26140cd887302 /net | |
parent | d75c9e37badf5c0ace76a5a95ec65c6302fc675a (diff) | |
download | pkgsrc-b3851f5bf9753c15566c6f6d8ecfafe094bcdb5f.tar.gz |
USE_TOOLS+=imake.
Diffstat (limited to 'net')
-rw-r--r-- | net/pload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 5a20add6c82..9853d49ba7a 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/07/27 00:09:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2006/08/31 18:31:01 hira Exp $ # DISTNAME= pload-0.9.4 @@ -13,6 +13,7 @@ COMMENT= PPP monitor for X11, monitoring totals and current in/out rates PKG_INSTALLATION_TYPES= overwrite pkgviews HAS_CONFIGURE= YES +USE_TOOLS+= imake USE_X11BASE= YES INSTALL_TARGET= install install.man |