diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-06 02:00:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-06 02:00:29 +0000 |
commit | 3efa98060a61b51aec2ce445b6c1c2ae6e5184e0 (patch) | |
tree | e80a12da5da49609cdb515034442534c5744a73e /x11-servers | |
parent | 7d7fe84d306a33de02a53871d42cd46354e36e54 (diff) | |
download | ports-3efa98060a61b51aec2ce445b6c1c2ae6e5184e0.tar.gz ports-3efa98060a61b51aec2ce445b6c1c2ae6e5184e0.zip |
Add BUILD_DEPENDS to devel/imake-4 -- USE_X_PREFIX does not
imply the existence of xmkmf in XFree86-4.
Notes
Notes:
svn path=/head/; revision=32326
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XttXF86srv-common/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile index 0e0c0dd1cbf1..933b6d4bfa9d 100644 --- a/x11-servers/XttXF86srv-common/Makefile +++ b/x11-servers/XttXF86srv-common/Makefile @@ -58,6 +58,12 @@ DOCDIR= ${PREFIX}/share/doc/Xtt PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_STRIP} #PATCH_DIST_STRIP= -p1 +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/devel/imake-4 +.endif + # ****************** # USE_SHARED_WRKSRC: # All Xtt ports require many disk space. Imagen, X source code will extract @@ -111,8 +117,6 @@ ALL_TARGET= libfont ALL_TARGET= World .endif -.include <bsd.port.pre.mk> - pre-fetch: .if defined(USE_SHARED_WRKSRC) @( \ |