diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 18:03:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 18:03:56 +0000 |
commit | d7681ee06d390ea0656894126c90c0bfe4023182 (patch) | |
tree | b840ef2d5a63f46d9f81afe7cbc56a44e82bd744 /pkgtools/x11-links | |
parent | 2ca497f875cbf3e81fffdfdd0076a7a83d6d1d9b (diff) | |
download | pkgsrc-d7681ee06d390ea0656894126c90c0bfe4023182.tar.gz |
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.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
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 |