diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | 84fac2d633f153f38089c756692e0202cb3d8f32 (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /x11/motif | |
parent | d2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff) | |
download | pkgsrc-84fac2d633f153f38089c756692e0202cb3d8f32.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'x11/motif')
-rw-r--r-- | x11/motif/Makefile | 4 | ||||
-rw-r--r-- | x11/motif/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/motif/Makefile b/x11/motif/Makefile index e8c79c3496c..0a880bf751f 100644 --- a/x11/motif/Makefile +++ b/x11/motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/06/03 10:06:21 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/04 22:17:28 tron Exp $ PKGVER= 2.3.4 -PKGREVISION= 4 +PKGREVISION= 5 DISTNAME= motif-${PKGVER}-src PKGNAME= motif-${PKGVER} CATEGORIES= x11 diff --git a/x11/motif/buildlink3.mk b/x11/motif/buildlink3.mk index e5c92e2bacd..e37bb171d51 100644 --- a/x11/motif/buildlink3.mk +++ b/x11/motif/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2013/06/03 10:06:21 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2013/06/04 22:17:28 tron Exp $ BUILDLINK_TREE+= motif @@ -6,7 +6,7 @@ BUILDLINK_TREE+= motif X11MOTIF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.motif+= motif>=2.3.4 -BUILDLINK_ABI_DEPENDS.motif+= motif>=2.3.4nb4 +BUILDLINK_ABI_DEPENDS.motif+= motif>=2.3.4nb5 BUILDLINK_PKGSRCDIR.motif?= ../../x11/motif _MOTIFBASE= ${BUILDLINK_PREFIX.motif} |