diff options
author | hubertf <hubertf> | 2004-05-07 23:18:50 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-05-07 23:18:50 +0000 |
commit | 8c834b72d524647afffe5fccdc1739c52e80f409 (patch) | |
tree | 3b4e89795477c2c439d0772eb43200032ba05737 /chat/centericq/Makefile | |
parent | b0c21e691978fb6898e242c4c6205455b0eaf41e (diff) | |
download | pkgsrc-8c834b72d524647afffe5fccdc1739c52e80f409.tar.gz |
Fix problem with statvfs.h on -current. Tested and found working on
2.0_BETA (which doesn't have statvfs.h) and on -current (which has it).
Bump pkgrevision.
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r-- | chat/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index c09c37acd31..3456f0ed2a8 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2004/04/15 00:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2004/05/07 23:18:50 hubertf Exp $ # DISTNAME= centericq-4.9.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://konst.org.ua/download/ EXTRACT_SUFX= .tar.bz2 |