From 3405e8106be4f80b5cc8d9888af0765a32364b34 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 12 Sep 2000 13:04:00 +0000 Subject: Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento --- x11/x3270/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'x11') 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 +.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} "*********************************************************" -- cgit v1.2.3