Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 16:03:00 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512902 - head/x11/xcolors
Message-ID:  <201909261603.x8QG309v068399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261603.x8QG309v068399>