diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 13:04:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 13:04:00 +0000 |
commit | 3405e8106be4f80b5cc8d9888af0765a32364b34 (patch) | |
tree | d6d3642705885c3d18d93eb26686161f0de71a46 /japanese | |
parent | Move variable definitions before including bsd.port.pre.mk. (diff) |
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')
-rw-r--r-- | japanese/k10/Makefile | 1 | ||||
-rw-r--r-- | japanese/k12/Makefile | 1 | ||||
-rw-r--r-- | japanese/kanji18/Makefile | 1 | ||||
-rw-r--r-- | japanese/nethack/Makefile | 9 | ||||
-rw-r--r-- | japanese/nethack32/Makefile | 9 | ||||
-rw-r--r-- | japanese/nethack34/Makefile | 9 |
6 files changed, 27 insertions, 3 deletions
diff --git a/japanese/k10/Makefile b/japanese/k10/Makefile index 97855c9ec899..d5d9892146ae 100644 --- a/japanese/k10/Makefile +++ b/japanese/k10/Makefile @@ -18,6 +18,7 @@ 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 diff --git a/japanese/k12/Makefile b/japanese/k12/Makefile index a8ae2d0b85ff..e11d2d0b2ba4 100644 --- a/japanese/k12/Makefile +++ b/japanese/k12/Makefile @@ -21,6 +21,7 @@ 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 diff --git a/japanese/kanji18/Makefile b/japanese/kanji18/Makefile index 954e9597eabd..b9d88626ea39 100644 --- a/japanese/kanji18/Makefile +++ b/japanese/kanji18/Makefile @@ -26,6 +26,7 @@ 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 diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile index 8d48ba6c5702..ae4480016fe5 100644 --- a/japanese/nethack/Makefile +++ b/japanese/nethack/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> diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile index 8d48ba6c5702..ae4480016fe5 100644 --- a/japanese/nethack32/Makefile +++ b/japanese/nethack32/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> 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> |