diff options
author | tron <tron@pkgsrc.org> | 2013-06-03 15:41:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-03 15:41:14 +0000 |
commit | b41a9e8b390339603d4048a917c40758937a0030 (patch) | |
tree | 2624efeeb567859409d8a4ec57150e147585fa2d /pkgtools | |
parent | b3127b0ba538669a6fed3dfb9719e6252fa18be6 (diff) | |
download | pkgsrc-b41a9e8b390339603d4048a917c40758937a0030.tar.gz |
Bump version to 0.75 and require at least this version to make sure that
this package picks up the new minimum versions of the "freetype2"
and "fontconfig" packages.
Diffstat (limited to 'pkgtools')
-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 2fe4057e604..41352171135 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.141 2013/04/18 13:19:35 obache Exp $ +# $NetBSD: Makefile,v 1.142 2013/06/03 15:41:14 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.74 +DISTNAME= x11-links-0.75 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk index 6d157c26436..6776c85905f 100644 --- a/pkgtools/x11-links/buildlink3.mk +++ b/pkgtools/x11-links/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.45 2013/01/11 10:37:57 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.46 2013/06/03 15:41:14 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.72 +BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.75 BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links BUILDLINK_DEPMETHOD.x11-links?= build |