diff options
author | adam <adam@pkgsrc.org> | 2013-05-09 07:39:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-05-09 07:39:04 +0000 |
commit | 2459ac824ee31120542e67edf141470b8ba6b0a8 (patch) | |
tree | b524a25ba799154d33caad030018d775695a0c48 /x11/gnustep-gui | |
parent | 2b56a8ee0ac76a764e929cf4446a9966cbfcae87 (diff) | |
download | pkgsrc-2459ac824ee31120542e67edf141470b8ba6b0a8.tar.gz |
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
Diffstat (limited to 'x11/gnustep-gui')
-rw-r--r-- | x11/gnustep-gui/Makefile | 4 | ||||
-rw-r--r-- | x11/gnustep-gui/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnustep-gui/Makefile b/x11/gnustep-gui/Makefile index 436296d314d..b13b70811bd 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/03/23 12:20:43 joerg Exp $ +# $NetBSD: Makefile,v 1.57 2013/05/09 07:39:22 adam Exp $ DISTNAME= gnustep-gui-0.22.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-gui/buildlink3.mk b/x11/gnustep-gui/buildlink3.mk index db2fca4fb0a..f0b9fbe8a01 100644 --- a/x11/gnustep-gui/buildlink3.mk +++ b/x11/gnustep-gui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2013/01/26 21:36:53 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2013/05/09 07:39:22 adam Exp $ BUILDLINK_TREE+= gnustep-gui @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnustep-gui GNUSTEP_GUI_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnustep-gui+= gnustep-gui>=0.16.0 -BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.22.0nb1 +BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.22.0nb3 BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui .include "../../devel/gnustep-base/buildlink3.mk" |