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 | b4815d76f616db820c58023c32afe51d42d12eb6 (patch) | |
tree | ef7b50c108e6dd60bb3f90b09dbf9bd338ed6410 /net | |
parent | 23b45ee72e3b62891b2e0dd663e52668b27339a3 (diff) | |
download | pkgsrc-b4815d76f616db820c58023c32afe51d42d12eb6.tar.gz |
Uses C++.
Diffstat (limited to 'net')
-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 |