diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-23 22:15:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-23 22:15:16 +0000 |
commit | 608b60ab7b0fb6e9bd9fc565d87159a5fec924ed (patch) | |
tree | d4f359fc921cc014bab86b0eb8cb9ec845e0d18e /chat/naim/Makefile | |
parent | 5d2bf106b1276661a60221f7322df414e74870e5 (diff) | |
download | pkgsrc-608b60ab7b0fb6e9bd9fc565d87159a5fec924ed.tar.gz |
Update to 0.11.8.2.1:
Changes unknown.
Diffstat (limited to 'chat/naim/Makefile')
-rw-r--r-- | chat/naim/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 2eca12db295..192bff18583 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2006/07/19 22:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/01/23 22:15:16 wiz Exp $ -DISTNAME= naim-0.11.8.2 +DISTNAME= naim-0.11.8.2.1 CATEGORIES= chat -MASTER_SITES= http://shell.n.ml.org/n/naim/ +MASTER_SITES= http://naim.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,8 +16,5 @@ USE_NCURSES= # compiles fine, but terminates on startup with: # assertion "strlen(h->addch.buf) == h->addch.len" failed: # file "hwprintf.c", line 41, function "h_zero" -#INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* -#INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]* - .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |