Include XFree86-4-clients for xrdb as necessary.

This commit is contained in:
Will Andrews 2002-01-07 04:47:14 +00:00
parent 46b4ae309c
commit edf3064ee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52689

View File

@ -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