summaryrefslogtreecommitdiff
path: root/chat/gtmess
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-08 11:57:48 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-08 11:57:48 +0000
commitd0abaab6654897409b6306bf5e0b241c1c5f5acf (patch)
treeac5bb8192eb735b234109e3220171135027a6e78 /chat/gtmess
parenta7218392e338a45eaa452a48159b208b8d97da50 (diff)
downloadpkgsrc-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 'chat/gtmess')
-rw-r--r--chat/gtmess/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile
index c0e91111e25..4e541c424ba 100644
--- a/chat/gtmess/Makefile
+++ b/chat/gtmess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/08/18 07:31:03 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/09/08 11:57:49 jperkin Exp $
#
DISTNAME= gtmess-0.91
@@ -18,8 +18,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_search_iconv=${BUILDLINK_LDADD.iconv:Q}
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
-INCOMPAT_CURSES= NetBSD-1.*-*
-
.include "../../converters/libiconv/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"