diff options
author | agc <agc> | 2004-12-30 11:05:04 +0000 |
---|---|---|
committer | agc <agc> | 2004-12-30 11:05:04 +0000 |
commit | 2d2cb0b4583adb37723bc698f31f649c5605325b (patch) | |
tree | 83f3cfb0c231d3c2c30d8739b7f1f9a6c838be68 /chat/i2cb/Makefile | |
parent | 44530077b598c3e21ae4ac5a5d2dfa1fa58c0660 (diff) | |
download | pkgsrc-2d2cb0b4583adb37723bc698f31f649c5605325b.tar.gz |
Make this package build on NetBSD-current by casting args (where necessary)
to ctype macros.
Bump package revision.
Diffstat (limited to 'chat/i2cb/Makefile')
-rw-r--r-- | chat/i2cb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index 0dadf7a42c5..769b82480d1 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:14 tv Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/30 11:05:04 agc Exp $ # DISTNAME= i2cb-6.0_ALPHA -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_LOCAL} |