summaryrefslogtreecommitdiff
path: root/graphics/xart
diff options
context:
space:
mode:
authorobache <obache>2012-05-03 09:55:29 +0000
committerobache <obache>2012-05-03 09:55:29 +0000
commitaa59a3e9c944e5ca84f4982611d3952aea90cfe6 (patch)
treefaeb476c22a37813cd54d915993f3791c38ebb58 /graphics/xart
parente2838f3201eeded5895f77e97afc7673360a4221 (diff)
downloadpkgsrc-aa59a3e9c944e5ca84f4982611d3952aea90cfe6.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 'graphics/xart')
-rw-r--r--graphics/xart/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile
index e2f51d45d95..6da7d73957d 100644
--- a/graphics/xart/Makefile
+++ b/graphics/xart/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.55 2012/03/05 04:36:04 dholland Exp $
+# $NetBSD: Makefile,v 1.56 2012/05/03 09:55:30 obache Exp $
#
DISTNAME= xart19980415
PKGNAME= xart-19980415
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= graphics x11
MASTER_SITES= http://linux01.gwdg.de/~rhohen/linux/
EXTRACT_SUFX= .tgz
@@ -28,6 +28,5 @@ post-extract:
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"