From 164d831accbb2cf503508916370eda301599b1af Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Fri, 24 May 2002 12:18:59 +0000 Subject: Unbreak for XFree-4. This port requires /usr/X11R6/lib/X11/rgb.txt during the build process. --- graphics/pixmap/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/pixmap/Makefile') diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index 9c330ab7166a..1fb418464068 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -14,11 +14,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jmz@FreeBSD.org -BROKEN= "Does not build with XFree86-4" +.include +.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 +.include -- cgit v1.2.3