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 | d0abaab6654897409b6306bf5e0b241c1c5f5acf (patch) | |
tree | ac5bb8192eb735b234109e3220171135027a6e78 /editors | |
parent | a7218392e338a45eaa452a48159b208b8d97da50 (diff) | |
download | pkgsrc-d0abaab6654897409b6306bf5e0b241c1c5f5acf.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 'editors')
-rw-r--r-- | editors/hnb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index a04fb5bc11a..8e66b876151 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:06 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/09/08 11:57:49 jperkin Exp $ # DISTNAME= hnb-1.9.17 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hnb.sourceforge.net/ COMMENT= Hierarchical data organizer -INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-U]-* - USE_TOOLS+= gmake BUILD_DIRS= src |