From b473e9ce90949f8915c56e3c873b3aa41c159227 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 29 Oct 2002 09:31:12 +0000 Subject: Fix errors detected by bento (actually, XFree86-4 dependency fix) PR: ports/33826 Submitted by: Oliver Lehmann Approved by: Michael Elbel (maintainer) --- x11/emu/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'x11/emu') diff --git a/x11/emu/Makefile b/x11/emu/Makefile index dab584c2486a..8af8b5642c88 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -14,19 +14,21 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= me@FreeBSD.org +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/emu + .include .if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86-4 +.else +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86 .endif .if !defined(DISPLAY) || ${DISPLAY} == "" BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X." .endif -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/emu MAN1= emu.1 pre-configure: -- cgit v1.2.3