diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-03 00:29:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-03 00:29:05 +0000 |
commit | 665bbc82184b441a64861a938713d795dd705c3b (patch) | |
tree | f50914062e8972791f4f2af27456e73bb19bed77 /x11/emu/Makefile | |
parent | 744d7fcd02b01a4b7c375871c3275d5e92317b24 (diff) | |
download | ports-665bbc82184b441a64861a938713d795dd705c3b.tar.gz ports-665bbc82184b441a64861a938713d795dd705c3b.zip |
Notes
Diffstat (limited to 'x11/emu/Makefile')
-rw-r--r-- | x11/emu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 63733ac3dfb1..6d623d6f7cfe 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -15,12 +15,13 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for the X Window System +BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT} +RUN_DEPENDS= xrdb:${X_CLIENTS_PORT} + .if defined(PACKAGE_BUILDING) BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} .endif -BROKEN= Missing dependency - USE_IMAKE= yes WRKSRC= ${WRKDIR}/emu |