summaryrefslogtreecommitdiff
path: root/www/apachetop
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-08 11:57:48 +0000
committerjperkin <jperkin>2015-09-08 11:57:48 +0000
commitcb9e042bfd14487f548a239d4cb6563d50a10f23 (patch)
treeac5bb8192eb735b234109e3220171135027a6e78 /www/apachetop
parenta436c152cf4513099df348d3da42e67aca6a958a (diff)
downloadpkgsrc-cb9e042bfd14487f548a239d4cb6563d50a10f23.tar.gz
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
Diffstat (limited to 'www/apachetop')
-rw-r--r--www/apachetop/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/apachetop/Makefile b/www/apachetop/Makefile
index 645942895c4..0082bbc5214 100644
--- a/www/apachetop/Makefile
+++ b/www/apachetop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:19 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/09/08 11:57:50 jperkin Exp $
#
DISTNAME= apachetop-0.12.5
@@ -14,10 +14,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/httpd/access_log
USE_LANGUAGES= c 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]-*
-
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"