diff options
author | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
commit | 1805879c02891a54853d9411895c829f25b4b03c (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /chat/gale | |
parent | 21b7dafeafdf4f2a6ce8038817479cf829b6e0b6 (diff) | |
download | pkgsrc-1805879c02891a54853d9411895c829f25b4b03c.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'chat/gale')
-rw-r--r-- | chat/gale/Makefile | 3 | ||||
-rw-r--r-- | chat/gale/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index bd2c9f9d75c..8bef2b99155 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2003/01/28 22:03:06 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/05/02 11:54:02 wiz Exp $ # DISTNAME= gale-0.99a +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://download.gale.org/ diff --git a/chat/gale/buildlink2.mk b/chat/gale/buildlink2.mk index eeaa2a6fc64..6aed9567621 100644 --- a/chat/gale/buildlink2.mk +++ b/chat/gale/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:21:58 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/05/02 11:54:02 wiz Exp $ .if !defined(GALE_BUILDLINK2_MK) GALE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gale -BUILDLINK_DEPENDS.gale?= gale>=0.99 +BUILDLINK_DEPENDS.gale?= gale>=0.99anb1 BUILDLINK_PKGSRCDIR.gale?= ../../chat/gale EVAL_PREFIX+= BUILDLINK_PREFIX.gale=gale |