diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-22 15:10:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-22 15:10:38 +0000 |
commit | 4e5bf5cea587555ba0936b0cb058ee423435b934 (patch) | |
tree | ef7b50c108e6dd60bb3f90b09dbf9bd338ed6410 /net/nload | |
parent | 2ba9c74f0ff9d9fd28ef2dcde615d73cc7deeca0 (diff) | |
download | pkgsrc-4e5bf5cea587555ba0936b0cb058ee423435b934.tar.gz |
Uses C++.
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index b6b05a4cfc5..c3ec8650c96 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 08:31:05 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/22 15:10:38 joerg Exp $ # DISTNAME= nload-0.6.0 @@ -9,6 +9,7 @@ MAINTAINER= bartosz@atom.eu.org HOMEPAGE= http://www.roland-riegel.de/nload/ COMMENT= Monitoring network traffic and bandwidth usage +USE_LANGUAGES= c c++ MANCOMPRESSED= yes GNU_CONFIGURE= yes |