diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mars/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 0d6e2f06f9cf..81a62d513e36 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -18,6 +18,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Maryland Routing Simulator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + NO_WRKSUBDIR= yes FETCH_ENV= "FTP_PASSIVE_MODE=no" .if defined(WITHOUT_X11) @@ -41,4 +47,4 @@ do-install: ${MV} doc mars ) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |