svn commit: r512902 - head/x11/xcolors

Niclas Zeising zeising at FreeBSD.org
Thu Sep 26 16:03:01 UTC 2019


Author: zeising
Date: Thu Sep 26 16:03:00 2019
New Revision: 512902
URL: https://svnweb.freebsd.org/changeset/ports/512902

Log:
  x11/xcolors: Remove dependency on libXp
  
  Remove the dependency on libXp from x11/colors, it is not needed.  This is a
  prerequisite for deprecating libXp.
  Add xorg to USES

Modified:
  head/x11/xcolors/Makefile

Modified: head/x11/xcolors/Makefile
==============================================================================
--- head/x11/xcolors/Makefile	Thu Sep 26 16:01:49 2019	(r512901)
+++ head/x11/xcolors/Makefile	Thu Sep 26 16:03:00 2019	(r512902)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xcolors
 PORTVERSION=	1.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	LOCAL/markp
 DISTNAME=	${PORTNAME}
@@ -14,7 +14,7 @@ COMMENT=	Display all (ok, most of) the colors in the u
 RUN_DEPENDS=	showrgb:x11/rgb
 
 WRKSRC=		${WRKDIR}/xcolors
-USE_XORG=	xaw xmu xt sm ice xpm xp xext x11
-USES=		imake
+USES=		imake xorg
+USE_XORG=	xaw xmu xt sm ice xpm xext x11
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list