freebsd-ports/x11/xcolors/Makefile
Niclas Zeising adf8c45fb1 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
2019-09-26 16:03:00 +00:00

21 lines
382 B
Makefile

# Created by: asami
# $FreeBSD$
PORTNAME= xcolors
PORTVERSION= 1.3
PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= LOCAL/markp
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Display all (ok, most of) the colors in the universe
RUN_DEPENDS= showrgb:x11/rgb
WRKSRC= ${WRKDIR}/xcolors
USES= imake xorg
USE_XORG= xaw xmu xt sm ice xpm xext x11
.include <bsd.port.mk>