From d7681ee06d390ea0656894126c90c0bfe4023182 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 4 Jun 2013 18:03:56 +0000 Subject: Try to fix the fallout caused by the fix for PR pkg/47882. Part 2: Bump version number and minimum require version again to make sure that the correct "freetype2" library is used for builds. --- pkgtools/x11-links/Makefile | 4 ++-- pkgtools/x11-links/buildlink3.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 41352171135..f689f246cd2 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.142 2013/06/03 15:41:14 tron Exp $ +# $NetBSD: Makefile,v 1.143 2013/06/04 18:03:56 tron Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -DISTNAME= x11-links-0.75 +DISTNAME= x11-links-0.76 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk index 6776c85905f..068994d65df 100644 --- a/pkgtools/x11-links/buildlink3.mk +++ b/pkgtools/x11-links/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.46 2013/06/03 15:41:14 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.47 2013/06/04 18:03:56 tron Exp $ # # Don't include this file manually! It will be included as necessary # by bsd.buildlink3.mk. @@ -12,7 +12,7 @@ BUILDLINK_TREE+= x11-links .if !defined(X11_LINKS_BUILDLINK3_MK) X11_LINKS_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.75 +BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.76 BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links BUILDLINK_DEPMETHOD.x11-links?= build -- cgit v1.2.3