summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2004-03-26 21:19:53 +0000
committerwiz <wiz>2004-03-26 21:19:53 +0000
commitd0956f8c55da1f8cd5504392ccce304a8d8be6dd (patch)
tree28433de5acefc37470b35fef6575d7fbdc9e1609 /lang
parent845b0a925fac591fb127b6b0ff9e7ee934da9d78 (diff)
downloadpkgsrc-d0956f8c55da1f8cd5504392ccce304a8d8be6dd.tar.gz
Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE.
Diffstat (limited to 'lang')
-rw-r--r--lang/nhc98/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index 777424eab0e..f95df7ac84a 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/03/13 16:55:26 kristerw Exp $
+# $NetBSD: Makefile,v 1.29 2004/03/26 21:19:53 wiz Exp $
DISTNAME= nhc98src-1.16
PKGNAME= nhc98-1.16
@@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= YES
BUILDLINK_SETENV.CC= CC=gcc
-USE_NCURSES= # KEY_RESIZE
+INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
+INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \