diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-08 11:57:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-08 11:57:48 +0000 |
commit | 889f6fdb119d6459e6075a3a698cc86adb2bddad (patch) | |
tree | ac5bb8192eb735b234109e3220171135027a6e78 /www/apachetop | |
parent | 0ccf9cfceb24ba9ab0a7e8428e7fea6075af11d2 (diff) | |
download | pkgsrc-889f6fdb119d6459e6075a3a698cc86adb2bddad.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/Makefile | 6 |
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" |