diff options
author | edwin <edwin@FreeBSD.org> | 2002-10-29 09:31:12 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-10-29 09:31:12 +0000 |
commit | f5ff7311834906605d58d76276e410ef7cfee298 (patch) | |
tree | e5c20ff3d1ebffeb597f78985ae6a1e27ef771b7 /x11/emu | |
parent | cc1139aad1340dd9dc8fc4c764c25c86eee0a141 (diff) | |
download | FreeBSD-ports-f5ff7311834906605d58d76276e410ef7cfee298.zip FreeBSD-ports-f5ff7311834906605d58d76276e410ef7cfee298.tar.gz |
Fix errors detected by bento
(actually, XFree86-4 dependency fix)
PR: ports/33826
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Approved by: Michael Elbel <Michael.Elbel@consol.de> (maintainer)
Diffstat (limited to 'x11/emu')
-rw-r--r-- | x11/emu/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index dab584c..8af8b56 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: |