aboutsummaryrefslogtreecommitdiff
path: root/x11/xcolors
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-09-26 16:03:00 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-09-26 16:03:00 +0000
commitadf8c45fb1a11072db4727af076bd83883547ef1 (patch)
treefea0d9d3819ef1ae02595469aa7f22e0065f53e0 /x11/xcolors
parent9ddae5ccd2e71bd2c6e93dfe48fed40a9d5bdc48 (diff)
downloadports-adf8c45fb1a11072db4727af076bd83883547ef1.tar.gz
ports-adf8c45fb1a11072db4727af076bd83883547ef1.zip
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
Notes
Notes: svn path=/head/; revision=512902
Diffstat (limited to 'x11/xcolors')
-rw-r--r--x11/xcolors/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
index 690b9caa7aa2..ccd7a2400005 100644
--- a/x11/xcolors/Makefile
+++ b/x11/xcolors/Makefile
@@ -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 universe
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>