diff options
author | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
commit | 7485b2b7a0cd79c171e558ae7a13d992bb45af8d (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /emulators/gpsim-devel | |
parent | 1c58030c89252417cec81202772bb1451ae039c7 (diff) | |
download | pkgsrc-7485b2b7a0cd79c171e558ae7a13d992bb45af8d.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
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 080f35c2090..1105bfe0f26 100644 --- a/emulators/gpsim-devel/Makefile +++ b/emulators/gpsim-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2010/11/15 22:56:55 abs Exp $ +# $NetBSD: Makefile,v 1.16 2011/01/13 13:36:42 wiz Exp $ # DISTNAME= gpsim-20050905 -PKGREVISION= 8 +PKGREVISION= 9 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 02f01609cb5..c189d426c0f 100644 --- a/emulators/gpsim-devel/buildlink3.mk +++ b/emulators/gpsim-devel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2010/11/15 22:56:55 abs Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2011/01/13 13:36:42 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>=20050905nb8 +BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb9 BUILDLINK_PKGSRCDIR.gpsim?= ../../emulators/gpsim-devel .include "../../x11/gtk2/buildlink3.mk" |