diff options
author | obache <obache> | 2012-05-03 09:55:29 +0000 |
---|---|---|
committer | obache <obache> | 2012-05-03 09:55:29 +0000 |
commit | 089eccabd6af95c169a75f58b3a45647805bcb87 (patch) | |
tree | faeb476c22a37813cd54d915993f3791c38ebb58 /x11/xp | |
parent | 1c922a94992f7edfadcb8fb06256004061e6dd22 (diff) | |
download | pkgsrc-089eccabd6af95c169a75f58b3a45647805bcb87.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/xp')
-rw-r--r-- | x11/xp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xp/Makefile b/x11/xp/Makefile index 3418300e3c6..c6d48d769c7 100644 --- a/x11/xp/Makefile +++ b/x11/xp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2011/03/17 23:38:28 zafer Exp $ +# $NetBSD: Makefile,v 1.15 2012/05/03 09:55:33 obache Exp $ DISTNAME= xp-1.2b10 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= # ftp://ftp.ncl.ac.uk/pub/users/ngmt/X11/ @@ -14,6 +14,5 @@ USE_IMAKE= yes MAKE_FLAGS+= MANPATH=${PREFIX}/${PKGMANDIR} .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |