diff options
author | obache <obache@pkgsrc.org> | 2012-05-03 09:55:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-03 09:55:29 +0000 |
commit | f3e81e40db48ee51e7973092c2982877cf84e638 (patch) | |
tree | faeb476c22a37813cd54d915993f3791c38ebb58 /x11/xvkbd/Makefile | |
parent | 4a2c15eba33feaf64a382cf47c3311ab636cbd04 (diff) | |
download | pkgsrc-f3e81e40db48ee51e7973092c2982877cf84e638.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 'x11/xvkbd/Makefile')
-rw-r--r-- | x11/xvkbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 30bc0dd3590..30535b04c4f 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2011/03/07 08:52:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/05/03 09:55:33 obache Exp $ # DISTNAME= xvkbd-3.2 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/ @@ -26,5 +27,4 @@ BUILDLINK_TRANSFORM+= l:Xaw3d:neXtaw .endif .include "../../x11/libXtst/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |