diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /devel/cppunit | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 4 | ||||
-rw-r--r-- | devel/cppunit/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 0b89890dc11..33a98be7b08 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2006/01/24 07:32:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:40 joerg Exp $ # DISTNAME= cppunit-1.10.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/} diff --git a/devel/cppunit/buildlink3.mk b/devel/cppunit/buildlink3.mk index e61a77e1f8b..a513e6942fa 100644 --- a/devel/cppunit/buildlink3.mk +++ b/devel/cppunit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2006/01/24 07:32:01 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2006/02/05 23:08:40 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ CPPUNIT_BUILDLINK3_MK:= ${CPPUNIT_BUILDLINK3_MK}+ @@ -12,7 +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_RECOMMENDED.cppunit?= cppunit>=1.10.2nb5 BUILDLINK_PKGSRCDIR.cppunit?= ../../devel/cppunit BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit .endif # CPPUNIT_BUILDLINK3_MK |