diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-07 12:47:14 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-07 12:47:14 +0800 |
commit | edf3064ee951e5bd98104e00c5c302bff44d3aec (patch) | |
tree | 8cbb2a2b1d6ef4ad4d63753ee3036013e1d75548 /x11 | |
parent | 46b4ae309ca1e72a8b4d523e9e5c8d43a50db790 (diff) | |
download | freebsd-ports-gnome-edf3064ee951e5bd98104e00c5c302bff44d3aec.tar.gz freebsd-ports-gnome-edf3064ee951e5bd98104e00c5c302bff44d3aec.tar.zst freebsd-ports-gnome-edf3064ee951e5bd98104e00c5c302bff44d3aec.zip |
Include XFree86-4-clients for xrdb as necessary.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/emu/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 884a48d5603a..98bc722efae3 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -7,12 +7,18 @@ PORTNAME= emu PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications MAINTAINER= me@FreeBSD.org +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/XFree86-4-clients +.endif + .if !defined(DISPLAY) || ${DISPLAY} == "" BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X." .endif |