diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
commit | 9857186f24e83062080d974645d30e079f5437c4 (patch) | |
tree | 8c7feb5277a9fd537ca7f3140c7c5f99ca16cbf4 /x11/motif | |
parent | 8a32c1b327ba078595eaecc089f0bb71238aa0ed (diff) | |
download | pkgsrc-9857186f24e83062080d974645d30e079f5437c4.tar.gz |
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
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 0a880bf751f..efa9b0d4ca2 100644 --- a/x11/motif/Makefile +++ b/x11/motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/06/04 22:17:28 tron Exp $ +# $NetBSD: Makefile,v 1.8 2013/06/06 12:53:40 wiz Exp $ PKGVER= 2.3.4 -PKGREVISION= 5 +PKGREVISION= 6 DISTNAME= motif-${PKGVER}-src PKGNAME= motif-${PKGVER} CATEGORIES= x11 diff --git a/x11/motif/buildlink3.mk b/x11/motif/buildlink3.mk index e37bb171d51..bb07770536e 100644 --- a/x11/motif/buildlink3.mk +++ b/x11/motif/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2013/06/04 22:17:28 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2013/06/06 12:53:40 wiz 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.4nb5 +BUILDLINK_ABI_DEPENDS.motif+= motif>=2.3.4nb6 BUILDLINK_PKGSRCDIR.motif?= ../../x11/motif _MOTIFBASE= ${BUILDLINK_PREFIX.motif} |