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/xscribble | |
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/xscribble')
-rw-r--r-- | x11/xscribble/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xscribble/Makefile b/x11/xscribble/Makefile index b96f573ddc9..0511ed32b02 100644 --- a/x11/xscribble/Makefile +++ b/x11/xscribble/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2009/07/07 16:53:43 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2012/05/03 09:55:33 obache Exp $ DISTNAME= xscribble PKGNAME= xscribble-20000616 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.handhelds.org/download/projects/xscribble/ EXTRACT_SUFX= .tgz @@ -31,7 +31,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/classifiers/*.cl ${DESTDIR}${PREFIX}/share/examples/xscribble .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |