aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/nethack34
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-09-12 21:04:00 +0800
committerasami <asami@FreeBSD.org>2000-09-12 21:04:00 +0800
commit47da741123ef8e21ee636c92c56aeea79f52ccbd (patch)
treee040907401668bad88013b550a9c94e03adcd7e6 /japanese/nethack34
parent799d0bf099681efbc3cb438ad809c1b2f0175d36 (diff)
downloadfreebsd-ports-gnome-47da741123ef8e21ee636c92c56aeea79f52ccbd.tar.gz
freebsd-ports-gnome-47da741123ef8e21ee636c92c56aeea79f52ccbd.tar.zst
freebsd-ports-gnome-47da741123ef8e21ee636c92c56aeea79f52ccbd.zip
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
Diffstat (limited to 'japanese/nethack34')
-rw-r--r--japanese/nethack34/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile
index 8d48ba6c5702..ae4480016fe5 100644
--- a/japanese/nethack34/Makefile
+++ b/japanese/nethack34/Makefile
@@ -17,6 +17,13 @@ PATCHFILES= j${PORTNAME}-${PORTVERSION}.gz
MAINTAINER= max@FreeBSD.org
+.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
+
USE_XPM= yes
USE_GMAKE= yes
MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
@@ -50,4 +57,4 @@ post-install:
.endfor
${CAT} ${PKGDIR}/MESSAGE
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>