diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-13 00:45:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-13 00:45:21 +0000 |
commit | 391b5798e65ea1b92e1b533d96be9786f140a121 (patch) | |
tree | 387ad93e2489a50e6c479ea80481f11998e70dbf /devel/coconut | |
parent | c440246df64a29d51c504ae92843f93c4a35276b (diff) | |
download | pkgsrc-391b5798e65ea1b92e1b533d96be9786f140a121.tar.gz |
Bump PKGREVISION for atk library major bump.
Diffstat (limited to 'devel/coconut')
-rw-r--r-- | devel/coconut/Makefile | 4 | ||||
-rw-r--r-- | devel/coconut/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile index 6e913f542f1..12fbfc9b094 100644 --- a/devel/coconut/Makefile +++ b/devel/coconut/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/12/04 19:48:24 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2003/12/13 00:45:22 wiz Exp $ # DISTNAME= coconut-0.3.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel MASTER_SITES= http://www.asahi-net.or.jp/~em7t-hmd/coconut/ \ ${MASTER_SITE_SOURCEFORGE:=coconut-lib/} diff --git a/devel/coconut/buildlink2.mk b/devel/coconut/buildlink2.mk index 3c34f37b0b3..224d8fd3cc0 100644 --- a/devel/coconut/buildlink2.mk +++ b/devel/coconut/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/11/12 01:31:48 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2003/12/13 00:45:22 wiz Exp $ # # This Makefile fragment is included by packages that use coconut. # @@ -9,7 +9,7 @@ COCONUT_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= coconut -BUILDLINK_DEPENDS.coconut?= coconut>=0.3.0nb6 +BUILDLINK_DEPENDS.coconut?= coconut>=0.3.0nb8 BUILDLINK_PKGSRCDIR.coconut?= ../../devel/coconut EVAL_PREFIX+= BUILDLINK_PREFIX.coconut=coconut |