diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 2c6e8e30b08bf1c171e92b4a779d56f1b68206fa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /emulators/gpsim-devel | |
parent | 82ff889da9dc587d94b5ad49c36469576ebed64f (diff) | |
download | pkgsrc-2c6e8e30b08bf1c171e92b4a779d56f1b68206fa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'emulators/gpsim-devel')
-rw-r--r-- | emulators/gpsim-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/gpsim-devel/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/gpsim-devel/Makefile b/emulators/gpsim-devel/Makefile index c37ed732fd8..8ef5cd294cd 100644 --- a/emulators/gpsim-devel/Makefile +++ b/emulators/gpsim-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2010/06/13 22:44:14 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/14 11:01:05 wiz Exp $ # DISTNAME= gpsim-20050905 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ diff --git a/emulators/gpsim-devel/buildlink3.mk b/emulators/gpsim-devel/buildlink3.mk index 251599d35bc..0bd96256840 100644 --- a/emulators/gpsim-devel/buildlink3.mk +++ b/emulators/gpsim-devel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2010/06/13 22:44:14 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2010/09/14 11:01:05 wiz Exp $ BUILDLINK_TREE+= gpsim @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gpsim GPSIM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gpsim+= gpsim>=20050905 -BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb6 +BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb7 BUILDLINK_PKGSRCDIR.gpsim?= ../../emulators/gpsim-devel .include "../../x11/gtk2/buildlink3.mk" |