summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-03 09:55:29 +0000
committerobache <obache@pkgsrc.org>2012-05-03 09:55:29 +0000
commitbb4f796e3231ae6299d179adad82d6d005eb63aa (patch)
treefaeb476c22a37813cd54d915993f3791c38ebb58 /inputmethod
parent1352d104c832a2a723b035b8bc80202c28e684fa (diff)
downloadpkgsrc-bb4f796e3231ae6299d179adad82d6d005eb63aa.tar.gz
Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/kinput2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile
index 2aff591d4b9..3108e5c2346 100644
--- a/inputmethod/kinput2/Makefile
+++ b/inputmethod/kinput2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2011/09/13 07:28:48 mef Exp $
+# $NetBSD: Makefile,v 1.22 2012/05/03 09:55:30 obache Exp $
DISTNAME= kinput2-v3.1
PKGNAME= kinput2-3.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= japanese inputmethod
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
@@ -28,7 +28,6 @@ do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}
.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"