diff options
author | wiz <wiz@pkgsrc.org> | 2015-10-14 20:17:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-10-14 20:17:24 +0000 |
commit | 290b47c25a999a52f9ed37d876514732ed4b57d7 (patch) | |
tree | b62ce193139a28ca45bd0bf8ee8790b2683f16db /misc/siag | |
parent | 118e6b2bd6bde9db2382b4d4ef63bb866b781b22 (diff) | |
download | pkgsrc-290b47c25a999a52f9ed37d876514732ed4b57d7.tar.gz |
Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 985f8a36cec..d273f6bb2ec 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2015/08/18 07:31:13 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2015/10/14 20:17:27 wiz Exp $ # DISTNAME= siag-3.6.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= misc editors math textproc MASTER_SITES= http://siag.nu/pub/siag/ |