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 /x11/kterm/Makefile | |
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 'x11/kterm/Makefile')
-rw-r--r-- | x11/kterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile index b6610452e96..5ee7e7ca508 100644 --- a/x11/kterm/Makefile +++ b/x11/kterm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2013/01/15 16:21:35 morr Exp $ +# $NetBSD: Makefile,v 1.60 2015/10/14 20:17:28 wiz Exp $ DISTNAME= kterm-6.2.0 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} |