aboutsummaryrefslogtreecommitdiff
path: root/x11/emu
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-01 22:19:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-01 22:19:36 +0000
commit3ddfc30188b669b373ed5496f078ce44fbb33db0 (patch)
tree70cbd9bd71e3d5f8e3f07c9392a0976dc1dc5382 /x11/emu
parent88d78c401e6ee4a777388d5cdd174c980978b5c2 (diff)
downloadports-3ddfc30188b669b373ed5496f078ce44fbb33db0.tar.gz
ports-3ddfc30188b669b373ed5496f078ce44fbb33db0.zip
Notes
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index 409f3a900e59..63733ac3dfb1 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -15,11 +15,17 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
COMMENT= A terminal emulator for the X Window System
+.if defined(PACKAGE_BUILDING)
+BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
+.endif
+
+BROKEN= Missing dependency
+
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/emu
-.if !defined(DISPLAY) || ${DISPLAY} == ""
-IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X.
+.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
+IGNORE= requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X
.endif
MAN1= emu.1