diff options
author | adam <adam@pkgsrc.org> | 2012-09-07 19:16:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-09-07 19:16:05 +0000 |
commit | e7608643ab8a99e7987844c19f8fcd15369f03e8 (patch) | |
tree | 8c7c1c6aba6c6451c01ccfcffee90433966d49ce /emulators/gpsim-devel | |
parent | a6e6f2313094bee84e2b1634690c2b45d0a54982 (diff) | |
download | pkgsrc-e7608643ab8a99e7987844c19f8fcd15369f03e8.tar.gz |
Revbump after updating graphics/cairo
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 21b0d80ca74..358c7643c49 100644 --- a/emulators/gpsim-devel/Makefile +++ b/emulators/gpsim-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2012/05/10 07:10:43 dholland Exp $ +# $NetBSD: Makefile,v 1.24 2012/09/07 19:16:33 adam Exp $ # DISTNAME= gpsim-20050905 -PKGREVISION= 15 +PKGREVISION= 16 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 134cfc976e9..9c0a9d7f54b 100644 --- a/emulators/gpsim-devel/buildlink3.mk +++ b/emulators/gpsim-devel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2012/03/03 00:12:31 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2012/09/07 19:16:33 adam 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>=20050905nb14 +BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb16 BUILDLINK_PKGSRCDIR.gpsim?= ../../emulators/gpsim-devel .include "../../x11/gtk2/buildlink3.mk" |