diff options
author | jmz <jmz@FreeBSD.org> | 2002-05-22 18:16:39 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-05-22 18:16:39 +0000 |
commit | 646aad6257ed5880a2dc7c0836afc8e0a88f435e (patch) | |
tree | b2d768be12a3ce8ab4d7c2e3ffc0a095f75f8fa8 /x11 | |
parent | b431a5e0bb16ac57d89378954492a42505e7b152 (diff) | |
download | FreeBSD-ports-646aad6257ed5880a2dc7c0836afc8e0a88f435e.zip FreeBSD-ports-646aad6257ed5880a2dc7c0836afc8e0a88f435e.tar.gz |
Add a build dependency on xrdb.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xgrab/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 5f84a91..5033816 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -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> |