diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-25 07:44:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-25 07:44:34 +0000 |
commit | 3c9fd47636c4726c7e26953a5681225e2a5de9c3 (patch) | |
tree | c88f3fc9da72f92286f31bb9f56697d280dde046 /cad | |
parent | 5508a46470427631da6f40c611552be64c3f5f94 (diff) | |
download | ports-3c9fd47636c4726c7e26953a5681225e2a5de9c3.tar.gz ports-3c9fd47636c4726c7e26953a5681225e2a5de9c3.zip |
Mark as broken on 5.x. Distfile dates from 1994, last patch dates from
1996. It seems time has passed this influential program by.
Notes
Notes:
svn path=/head/; revision=92101
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 7dadd8d9a985..b91e57bd1475 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -18,6 +18,12 @@ EXTRACT_ONLY= sp3f4.kit${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A general-purpose circuit simulation program +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + USE_XLIB= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes @@ -40,4 +46,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |