aboutsummaryrefslogtreecommitdiff
path: root/games/qix
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-12 13:04:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-12 13:04:00 +0000
commit3405e8106be4f80b5cc8d9888af0765a32364b34 (patch)
treed6d3642705885c3d18d93eb26686161f0de71a46 /games/qix
parent689bb16caf7d3965751302db1979553acbfc67e6 (diff)
downloadports-3405e8106be4f80b5cc8d9888af0765a32364b34.tar.gz
ports-3405e8106be4f80b5cc8d9888af0765a32364b34.zip
Notes
Diffstat (limited to 'games/qix')
-rw-r--r--games/qix/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/qix/Makefile b/games/qix/Makefile
index 70f87c566684..3edbf2aa2202 100644
--- a/games/qix/Makefile
+++ b/games/qix/Makefile
@@ -14,6 +14,14 @@ MASTER_SITE_SUBDIR= jmz
MAINTAINER= jmz@FreeBSD.org
USE_X_PREFIX= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
MAN1= qix.1
FONTSDIR= lib/X11/fonts/local
@@ -24,4 +32,4 @@ do-configure:
@${SED} -e s:/usr/local:${PREFIX}: -e s:/usr/X11R6:${PREFIX}: \
< ${WRKSRC}/Makefile~ > ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>