diff options
author | wiz <wiz> | 2015-10-14 20:17:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-10-14 20:17:24 +0000 |
commit | 7b80d1b56af25e2326b66e1248368b329b266ec0 (patch) | |
tree | b62ce193139a28ca45bd0bf8ee8790b2683f16db /editors/xvile | |
parent | 601c7483a0f038bc0f6003af0450ce95e270a1ca (diff) | |
download | pkgsrc-7b80d1b56af25e2326b66e1248368b329b266ec0.tar.gz |
Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 38091c1d97c..949c150fd72 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.68 2015/06/12 10:50:03 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2015/10/14 20:17:25 wiz Exp $ DISTNAME= vile-9.8 PKGNAME= x${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= ftp://invisible-island.net/vile/ EXTRACT_SUFX= .tgz |