diff options
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 b13b70811bd..7e3af94ee03 100644 --- a/x11/gnustep-gui/Makefile +++ b/x11/gnustep-gui/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2013/05/09 07:39:22 adam Exp $ +# $NetBSD: Makefile,v 1.58 2013/10/19 09:06:59 adam Exp $ DISTNAME= gnustep-gui-0.22.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} diff --git a/x11/gnustep-gui/buildlink3.mk b/x11/gnustep-gui/buildlink3.mk index f0b9fbe8a01..ff55ce15d6a 100644 --- a/x11/gnustep-gui/buildlink3.mk +++ b/x11/gnustep-gui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/05/09 07:39:22 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/10/19 09:06:59 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.0nb3 +BUILDLINK_ABI_DEPENDS.gnustep-gui+= gnustep-gui>=0.22.0nb4 BUILDLINK_PKGSRCDIR.gnustep-gui?= ../../x11/gnustep-gui .include "../../devel/gnustep-base/buildlink3.mk" |