diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-10-29 09:31:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-10-29 09:31:12 +0000 |
commit | b473e9ce90949f8915c56e3c873b3aa41c159227 (patch) | |
tree | 4ea1e89ee6190513da2034345af7c3ac983c84bd /x11 | |
parent | Update to the 2001.10.17 version of Wnn7SDK.tgz (diff) |
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)
Notes
Notes:
svn path=/head/; revision=69089
Diffstat (limited to 'x11')
-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 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: |