aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixmap
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2002-10-12 10:11:47 +0800
committerjmz <jmz@FreeBSD.org>2002-10-12 10:11:47 +0800
commitdcdb2c963128dfc1b89ec6e99e0195e69578c656 (patch)
tree8137563f32a029fb817caae50507c27feb5bb850 /graphics/pixmap
parent4b7042293459d830ecc9b5327e886eb7e37fc31b (diff)
downloadfreebsd-ports-gnome-dcdb2c963128dfc1b89ec6e99e0195e69578c656.tar.gz
freebsd-ports-gnome-dcdb2c963128dfc1b89ec6e99e0195e69578c656.tar.zst
freebsd-ports-gnome-dcdb2c963128dfc1b89ec6e99e0195e69578c656.zip
Unbreak.
PR: ports/43603 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/pixmap')
-rw-r--r--graphics/pixmap/Makefile10
1 files 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 <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.pre.mk>
+.if ${XFREE86_VERSION} == 4 # requires rgb.txt
+BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
.include <bsd.port.post.mk>