1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add a build dependency on xrdb.

This commit is contained in:
Jean-Marc Zucconi 2002-05-22 18:16:39 +00:00
parent d4d28537b8
commit c5016fb32f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59717

View File

@ -15,6 +15,13 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/XFree86-4-clients
.endif
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
@ -27,4 +34,4 @@ BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Plea
MAN1= xgrab.1 xgrabsc.1
.include <bsd.port.mk>
.include <bsd.port.post.mk>