diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
commit | 768c589c29517122fa88c6350114d1ec16f6ac84 (patch) | |
tree | 77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /devel/cppunit | |
parent | 1d6d407223c6de3f21ae91ae64701de39aaba9a8 (diff) | |
download | pkgsrc-768c589c29517122fa88c6350114d1ec16f6ac84.tar.gz |
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 4 | ||||
-rw-r--r-- | devel/cppunit/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 0f39f139ad0..0b89890dc11 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/11/19 07:52:07 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:01 wiz Exp $ # DISTNAME= cppunit-1.10.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/} diff --git a/devel/cppunit/buildlink3.mk b/devel/cppunit/buildlink3.mk index 9f15172e10a..e61a77e1f8b 100644 --- a/devel/cppunit/buildlink3.mk +++ b/devel/cppunit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/30 22:29:31 wulf Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/01/24 07:32:01 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ CPPUNIT_BUILDLINK3_MK:= ${CPPUNIT_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= cppunit .if !empty(CPPUNIT_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.cppunit+= cppunit>=1.10.2 +BUILDLINK_RECOMMENDED.cppunit?= cppunit>=1.10.2nb4 BUILDLINK_PKGSRCDIR.cppunit?= ../../devel/cppunit BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit .endif # CPPUNIT_BUILDLINK3_MK |