diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
commit | 559603c1ddc7d4f664173836c7bd4b515a5539f1 (patch) | |
tree | 41dd3b7f8e57da510c64a490aa410798a76dec65 /chat/gale | |
parent | 1a3a4d209fee5e0656f2efb5f563feaebe417ba5 (diff) | |
download | pkgsrc-559603c1ddc7d4f664173836c7bd4b515a5539f1.tar.gz |
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'chat/gale')
-rw-r--r-- | chat/gale/Makefile | 4 | ||||
-rw-r--r-- | chat/gale/buildlink2.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index c4286d93444..28952fe080e 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:35 wiz Exp $ # DISTNAME= gale-0.99a -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= http://download.gale.org/ diff --git a/chat/gale/buildlink2.mk b/chat/gale/buildlink2.mk index 6aed9567621..caf44ed4536 100644 --- a/chat/gale/buildlink2.mk +++ b/chat/gale/buildlink2.mk @@ -1,10 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/05/02 11:54:02 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2004/03/26 02:27:35 wiz Exp $ .if !defined(GALE_BUILDLINK2_MK) GALE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gale BUILDLINK_DEPENDS.gale?= gale>=0.99anb1 +BUILDLINK_RECOMMENDED.gale?= gale>=0.99anb3 BUILDLINK_PKGSRCDIR.gale?= ../../chat/gale EVAL_PREFIX+= BUILDLINK_PREFIX.gale=gale |