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 /chat/licq-gui-console/Makefile | |
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 'chat/licq-gui-console/Makefile')
-rw-r--r-- | chat/licq-gui-console/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile index b157c369329..75a1c481e23 100644 --- a/chat/licq-gui-console/Makefile +++ b/chat/licq-gui-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/08/18 07:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/09/08 11:57:49 jperkin Exp $ # DISTNAME= licq-1.3.5 @@ -24,8 +24,6 @@ SHLIBTOOL_OVERRIDE= # empty CONFIGURE_DIRS= plugins/console OVERRIDE_DIRDEPTH= 3 -INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* - # the cdk on NetBSD 4.0 isn't compatible; also force the check # initCDKScreen() to succeed, the configure script test fails due # to missing -lm |