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 /print/gv | |
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 'print/gv')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 1ebf9aaafbc..18fac22ac71 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2015/10/14 20:17:27 wiz Exp $ DISTNAME= gv-3.7.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU:=gv/} |