diff options
author | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:55:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:55:29 +0000 |
commit | 894340d0f4a9806bd8a6b343803651a942ba5346 (patch) | |
tree | b984368d03e2187df6501b2ee2812c0a59fe628c /cad | |
parent | 22b9fdbb6253c9611ee00d45c974a6dd001a70f4 (diff) | |
download | ports-894340d0f4a9806bd8a6b343803651a942ba5346.tar.gz ports-894340d0f4a9806bd8a6b343803651a942ba5346.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pisces/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/cad/pisces/Makefile b/cad/pisces/Makefile index b326ab38eae2..32a49d658334 100644 --- a/cad/pisces/Makefile +++ b/cad/pisces/Makefile @@ -14,8 +14,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= masini@uniroma3.it -BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \ - imake:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c + +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} != 3 +BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 +.endif NO_WRKSUBDIR= yes USE_XLIB= yes @@ -38,4 +43,4 @@ post-install: ${CP} -R ${WRKSRC}/pisces/9009/test_suite ${PREFIX}/share/doc/pisces .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |