aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-10-29 09:31:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-10-29 09:31:12 +0000
commitb473e9ce90949f8915c56e3c873b3aa41c159227 (patch)
tree4ea1e89ee6190513da2034345af7c3ac983c84bd /x11
parentf2c0669d4b578324a49215df5aca0309fdb49ed7 (diff)
downloadports-b473e9ce90949f8915c56e3c873b3aa41c159227.tar.gz
ports-b473e9ce90949f8915c56e3c873b3aa41c159227.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/emu/Makefile10
1 files changed, 6 insertions, 4 deletions
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 <bsd.port.pre.mk>
.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: