From dcdb2c963128dfc1b89ec6e99e0195e69578c656 Mon Sep 17 00:00:00 2001 From: jmz Date: Sat, 12 Oct 2002 02:11:47 +0000 Subject: Unbreak. PR: ports/43603 Submitted by: Edwin Groothuis --- graphics/pixmap/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index 1fb418464068..dd3f61080e2c 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -14,14 +14,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jmz@FreeBSD.org -.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 +.if ${XFREE86_VERSION} == 4 # requires rgb.txt +BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients +.endif + .include -- cgit