diff options
author | pav <pav@FreeBSD.org> | 2005-03-03 08:29:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-03 08:29:05 +0800 |
commit | 2366e93bcbfc300cd580d54dacb9103f421ccc74 (patch) | |
tree | e4df7af51b5a160ecf6ceee7823dc7fd586230a1 /x11/emu | |
parent | 0b4271e312cad3dc55444e5d0bfac13ff1f2e627 (diff) | |
download | freebsd-ports-gnome-2366e93bcbfc300cd580d54dacb9103f421ccc74.tar.gz freebsd-ports-gnome-2366e93bcbfc300cd580d54dacb9103f421ccc74.tar.zst freebsd-ports-gnome-2366e93bcbfc300cd580d54dacb9103f421ccc74.zip |
- Try to unbreak
Diffstat (limited to 'x11/emu')
-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 |