1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Unbreak for XFree-4. This port requires /usr/X11R6/lib/X11/rgb.txt during

the build process.
This commit is contained in:
Jean-Marc Zucconi 2002-05-24 12:18:59 +00:00
parent 787ddab31f
commit 164d831acc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59889

View File

@ -14,11 +14,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= jmz@FreeBSD.org
BROKEN= "Does not build with XFree86-4"
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4 # requires rgb.txt
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients
.endif
WRKSRC= ${WRKDIR}/pixmap
USE_IMAKE= yes
USE_XPM= yes
MAN1= pixmap.1
.include <bsd.port.mk>
.include <bsd.port.post.mk>