diff options
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 |