diff options
author | grant <grant@pkgsrc.org> | 2004-01-27 13:50:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-27 13:50:16 +0000 |
commit | a92aede92dcea1c990129e730cf51c6362c62047 (patch) | |
tree | 6e4d4fd79b035eb3959abb0bbdd266aaf3d624ec /net | |
parent | af86c0c7946e107d9a902f7a8bfd2c41177249e9 (diff) | |
download | pkgsrc-a92aede92dcea1c990129e730cf51c6362c62047.tar.gz |
bl3ify
Diffstat (limited to 'net')
-rw-r--r-- | net/pload/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index 40edeada658..4278d3aa292 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 22:51:38 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/27 13:50:16 grant Exp $ # DISTNAME= pload-0.9.4 @@ -10,7 +10,10 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/ COMMENT= PPP monitor for X11, monitoring totals and current in/out rates +PKG_INSTALLATION_TYPES= overwrite pkgviews + HAS_CONFIGURE= YES +USE_BUILDLINK3= YES USE_X11BASE= YES INSTALL_TARGET= install install.man |