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 /net/bmon | |
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 'net/bmon')
-rw-r--r-- | net/bmon/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index dfe15341dfe..72e677cb3cb 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:14 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/09/08 11:57:50 jperkin Exp $ # DISTNAME= bmon-2.0.1 @@ -14,11 +14,6 @@ GNU_CONFIGURE= yes MAKE_FILE= GNUmakefile USE_TOOLS+= gmake -# In NetBSD 1.6.x the native curses implementation has problems with bmon. -# So mark it as incompatible and link bmon against the -# 3rd party ncurses library in NetBSD 1.6.x. -INCOMPAT_CURSES= NetBSD-1.6*-* - CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/bmon |