summaryrefslogtreecommitdiff
path: root/www/apachetop
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-02 13:14:22 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-02 13:14:22 +0000
commit7c0451f75a69e596c9bff633965c40c74473276c (patch)
tree8184c9f227972dc933fe1b9cafb5dbad3f0dbc68 /www/apachetop
parent3e0222ea3675c65966f2ed9bd3ceac2f1a730406 (diff)
downloadpkgsrc-7c0451f75a69e596c9bff633965c40c74473276c.tar.gz
Uses C++.
Diffstat (limited to 'www/apachetop')
-rw-r--r--www/apachetop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apachetop/Makefile b/www/apachetop/Makefile
index dae8ff372bf..03dc02df476 100644
--- a/www/apachetop/Makefile
+++ b/www/apachetop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/10/06 11:33:52 sketch Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/02 13:14:22 joerg Exp $
#
DISTNAME= apachetop-0.12.5
@@ -14,6 +14,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/httpd/access_log
+USE_LANGUAGES= c++
+
# NetBSD releases which do not include wattr_on() et al.
INCOMPAT_CURSES= NetBSD-1.5*-*
INCOMPAT_CURSES= NetBSD-1.6-* NetBSD-1.6.*-* NetBSD-1.6[A-Q]-*