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 --- emulators/pcemu/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'emulators/pcemu') diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 073c7e662bd9..1a742b3374b9 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -24,7 +24,14 @@ DISTNAME= pcemu1.01alpha MAINTAINER= joerg@FreeBSD.org +.include + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + USE_XLIB= yes MAKE_ENV= FILESDIR=${FILESDIR} -.include +.include -- cgit v1.2.3