diff options
author | asami <asami@FreeBSD.org> | 2000-09-06 10:00:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-06 10:00:29 +0800 |
commit | 3d8b62452e5afb06aa2e0147cdeb0846b6b85730 (patch) | |
tree | 763079926e3c67c930c05bcdfb6ec093c466b6fa /x11-servers | |
parent | 95088f6abf978f4a3f194347dd2c4945307a2d45 (diff) | |
download | freebsd-ports-gnome-3d8b62452e5afb06aa2e0147cdeb0846b6b85730.tar.gz freebsd-ports-gnome-3d8b62452e5afb06aa2e0147cdeb0846b6b85730.tar.zst freebsd-ports-gnome-3d8b62452e5afb06aa2e0147cdeb0846b6b85730.zip |
Add BUILD_DEPENDS to devel/imake-4 -- USE_X_PREFIX does not
imply the existence of xmkmf in XFree86-4.
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) @( \ |