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 | 02c649b943fd470446e04c03f9b173ee251ffd2a (patch) | |
tree | a0f785cd72daf2d9e8c2f49f92a26140cd887302 /net/pload | |
parent | 02bd757fb30ca7de635902dd3c718199ed28d2c7 (diff) | |
download | pkgsrc-02c649b943fd470446e04c03f9b173ee251ffd2a.tar.gz |
USE_TOOLS+=imake.
Diffstat (limited to 'net/pload')
-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 |