aboutsummaryrefslogtreecommitdiff
path: root/cad/spice
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-25 07:44:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-25 07:44:34 +0000
commit3c9fd47636c4726c7e26953a5681225e2a5de9c3 (patch)
treec88f3fc9da72f92286f31bb9f56697d280dde046 /cad/spice
parent5508a46470427631da6f40c611552be64c3f5f94 (diff)
downloadports-3c9fd47636c4726c7e26953a5681225e2a5de9c3.tar.gz
ports-3c9fd47636c4726c7e26953a5681225e2a5de9c3.zip
Notes
Diffstat (limited to 'cad/spice')
-rw-r--r--cad/spice/Makefile8
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>