diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-25 15:38:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-25 15:38:53 +0800 |
commit | cf370a2cc52b9b5e2ddd503e49a899b3e8d44679 (patch) | |
tree | aa7d2324d3a57214914b8fc16ec8f6dccd028e52 /cad/mars | |
parent | f80e09c3e70ccac026c8d5c79a8d049e041008c6 (diff) | |
download | freebsd-ports-gnome-cf370a2cc52b9b5e2ddd503e49a899b3e8d44679.tar.gz freebsd-ports-gnome-cf370a2cc52b9b5e2ddd503e49a899b3e8d44679.tar.zst freebsd-ports-gnome-cf370a2cc52b9b5e2ddd503e49a899b3e8d44679.zip |
Mark as broken on 5.x. The distfile dates from 1994 so it looks unlikely
like it will run on 5.x anytime soon.
Diffstat (limited to 'cad/mars')
-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> |