diff options
author | sbd <sbd@pkgsrc.org> | 2010-04-30 03:37:44 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-04-30 03:37:44 +0000 |
commit | 4dc3d7a012ab20cc7e817f49d64521ca9182bd6e (patch) | |
tree | f4781889c5326381c5288b4917ff8509e39ce0b1 /pkgtools | |
parent | 8930a996f5966ce6af535988c05a07af88731c4c (diff) | |
download | pkgsrc-4dc3d7a012ab20cc7e817f49d64521ca9182bd6e.tar.gz |
Update to x11-links-0.48
This is just a simple version bump so that ${OS_VERSION} can be removed from
the DISTNAME as this package now depends on 'pkgtools/osabi'
Update BUILDLINK_API_DEPENDS.x11-links to match.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/Makefile | 5 | ||||
-rw-r--r-- | pkgtools/x11-links/buildlink3.mk | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index df6b0a888b7..0e012e17469 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.110 2010/02/20 16:23:29 bouyer Exp $ +# $NetBSD: Makefile,v 1.111 2010/04/30 03:37:44 sbd 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.47.${OS_VERSION} -PKGREVISION= 1 +DISTNAME= x11-links-0.48 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/x11-links/buildlink3.mk b/pkgtools/x11-links/buildlink3.mk index 4ea82d4b1c8..63244db54ef 100644 --- a/pkgtools/x11-links/buildlink3.mk +++ b/pkgtools/x11-links/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.24 2010/02/10 23:02:26 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.25 2010/04/30 03:37:44 sbd 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.46.${OS_VERSION} +BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.48 BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links BUILDLINK_DEPMETHOD.x11-links?= build |