aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-25 07:38:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-25 07:38:53 +0000
commit228eb2d4a4d37d804eb6141f837de4f84b080d01 (patch)
tree0f82165ae8c0d058a6e469fa07b4e12c0828aec1 /cad
parente80381d9277299adf73b41b25420593985369f63 (diff)
downloadports-228eb2d4a4d37d804eb6141f837de4f84b080d01.tar.gz
ports-228eb2d4a4d37d804eb6141f837de4f84b080d01.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.
Notes
Notes: svn path=/head/; revision=92099
Diffstat (limited to 'cad')
-rw-r--r--cad/mars/Makefile8
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>