diff options
author | adam <adam@pkgsrc.org> | 2013-01-26 21:36:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-01-26 21:36:13 +0000 |
commit | d1ab9d853324b73f460ac520827debf52af8e300 (patch) | |
tree | b794b1007e5af77b45d83e1bbdd128fb3a78557a /x11/motif | |
parent | ee477ba551a67e89c546c4a9f07b5880a2172851 (diff) | |
download | pkgsrc-d1ab9d853324b73f460ac520827debf52af8e300.tar.gz |
Revbump after graphics/jpeg and textproc/icu
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 51a574bbef0..979f5aa8bd1 100644 --- a/x11/motif/Makefile +++ b/x11/motif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/12/22 11:16:25 tron Exp $ +# $NetBSD: Makefile,v 1.4 2013/01/26 21:36:55 adam Exp $ PKGVER= 2.3.4 -PKGREVISION= 1 +PKGREVISION= 2 DISTNAME= motif-${PKGVER}-src PKGNAME= motif-${PKGVER} CATEGORIES= x11 diff --git a/x11/motif/buildlink3.mk b/x11/motif/buildlink3.mk index d707d0f2c6b..133da851f3d 100644 --- a/x11/motif/buildlink3.mk +++ b/x11/motif/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2012/11/10 17:10:10 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2013/01/26 21:36:55 adam 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.4 +BUILDLINK_ABI_DEPENDS.motif+= motif>=2.3.4nb2 BUILDLINK_PKGSRCDIR.motif?= ../../x11/motif _MOTIFBASE= ${BUILDLINK_PREFIX.motif} |