summaryrefslogtreecommitdiff
path: root/x11/xcolors
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 /x11/xcolors
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 'x11/xcolors')
-rw-r--r--x11/xcolors/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
index 8e3ff46a1ac..d548914de47 100644
--- a/x11/xcolors/Makefile
+++ b/x11/xcolors/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/05/03 09:55:32 obache Exp $
DISTNAME= xcolors
PKGNAME= xcolors-1.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/
@@ -24,6 +24,5 @@ CPPFLAGS+= -DRGB_TXT=\"${X11BASE}/lib/X11/rgb.txt\"
.endif
.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"