diff options
author | joerg <joerg> | 2006-06-02 13:14:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 13:14:22 +0000 |
commit | 02400bad296c86908ff2c49dd3d2dc7047986285 (patch) | |
tree | 8184c9f227972dc933fe1b9cafb5dbad3f0dbc68 /www/apachetop | |
parent | eb186355391490f51f9ee5f557442b85780d554f (diff) | |
download | pkgsrc-02400bad296c86908ff2c49dd3d2dc7047986285.tar.gz |
Uses C++.
Diffstat (limited to 'www/apachetop')
-rw-r--r-- | www/apachetop/Makefile | 4 |
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]-* |