diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
commit | 768c589c29517122fa88c6350114d1ec16f6ac84 (patch) | |
tree | 77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /x11/wxGTK24 | |
parent | 1d6d407223c6de3f21ae91ae64701de39aaba9a8 (diff) | |
download | pkgsrc-768c589c29517122fa88c6350114d1ec16f6ac84.tar.gz |
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
Diffstat (limited to 'x11/wxGTK24')
-rw-r--r-- | x11/wxGTK24/Makefile | 4 | ||||
-rw-r--r-- | x11/wxGTK24/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/wxGTK24/Makefile b/x11/wxGTK24/Makefile index 254d3af36d6..9560952c017 100644 --- a/x11/wxGTK24/Makefile +++ b/x11/wxGTK24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/08/14 18:10:08 veego Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/24 07:33:01 wiz Exp $ # .include "Makefile.common" -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= GTK-based implementation of the wxWidgets GUI library CONFLICTS+= wxGTK<=2.4.2nb5 diff --git a/x11/wxGTK24/buildlink3.mk b/x11/wxGTK24/buildlink3.mk index aac1477b649..072c697536b 100644 --- a/x11/wxGTK24/buildlink3.mk +++ b/x11/wxGTK24/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/08/07 11:27:29 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/01/24 07:33:01 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ WXGTK24_BUILDLINK3_MK:= ${WXGTK24_BUILDLINK3_MK}+ @@ -14,6 +14,7 @@ BUILDLINK_PACKAGES+= wxGTK24 .if !empty(WXGTK24_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.wxGTK24+= wxGTK24>=2.4.2 +BUILDLINK_RECOMMENDED.wxGTK24?= wxGTK24>=2.4.2nb8 BUILDLINK_PKGSRCDIR.wxGTK24?= ../../x11/wxGTK24 .endif # WXGTK24_BUILDLINK3_MK |