aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixmap
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2002-05-24 20:18:59 +0800
committerjmz <jmz@FreeBSD.org>2002-05-24 20:18:59 +0800
commitc3d9eb4e17a1689f14295e08d41212910528a6de (patch)
tree821b16af14787c6eeb28394501962018ccc86910 /graphics/pixmap
parent0127aa6efe9d32a3179e52bc629477980968d355 (diff)
downloadfreebsd-ports-gnome-c3d9eb4e17a1689f14295e08d41212910528a6de.tar.gz
freebsd-ports-gnome-c3d9eb4e17a1689f14295e08d41212910528a6de.tar.zst
freebsd-ports-gnome-c3d9eb4e17a1689f14295e08d41212910528a6de.zip
Unbreak for XFree-4. This port requires /usr/X11R6/lib/X11/rgb.txt during
the build process.
Diffstat (limited to 'graphics/pixmap')
-rw-r--r--graphics/pixmap/Makefile7
1 files changed, 5 insertions, 2 deletions
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 <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>