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 /x11 | |
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 'x11')
-rw-r--r-- | x11/x3270/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 4e1448236343..cb9eba2f4241 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -13,13 +13,19 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= volf@oasis.IAEhv.nl -WRKSRC= ${WRKDIR}/x3270-3.1.1 USE_IMAKE= yes -MAN1= x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1 -MANCOMPRESSED= 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 + +WRKSRC= ${WRKDIR}/x3270-3.1.1 +MAN1= x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1 +MANCOMPRESSED= yes + pre-install: .if !exists(${X11BASE}/lib/X11/fonts/local) @${ECHO} "*********************************************************" |