diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-25 15:38:53 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-25 15:38:53 +0800 |
commit | 228eb2d4a4d37d804eb6141f837de4f84b080d01 (patch) | |
tree | 0f82165ae8c0d058a6e469fa07b4e12c0828aec1 /cad | |
parent | e80381d9277299adf73b41b25420593985369f63 (diff) | |
download | freebsd-ports-gnome-228eb2d4a4d37d804eb6141f837de4f84b080d01.tar.gz freebsd-ports-gnome-228eb2d4a4d37d804eb6141f837de4f84b080d01.tar.zst freebsd-ports-gnome-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.
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> |