diff options
author | pav <pav@FreeBSD.org> | 2010-03-03 07:08:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-03-03 07:08:23 +0800 |
commit | 42df6081c710705e43c879cb38bfb9a90ce287f1 (patch) | |
tree | b7739d290232c964b0eb024ccb50b17067ce55c9 /cad/calculix/Makefile | |
parent | 9efef54cdba0b726ac053cd98f13edb7ccef4480 (diff) | |
download | freebsd-ports-gnome-42df6081c710705e43c879cb38bfb9a90ce287f1.tar.gz freebsd-ports-gnome-42df6081c710705e43c879cb38bfb9a90ce287f1.tar.zst freebsd-ports-gnome-42df6081c710705e43c879cb38bfb9a90ce287f1.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'cad/calculix/Makefile')
-rw-r--r-- | cad/calculix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 6cc479d48bee..a1bb45959150 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -34,6 +34,8 @@ LIB_DEPENDS= arpack.1:${PORTSDIR}/math/arpack \ metis.1:${PORTSDIR}/math/metis \ taucs.1:${PORTSDIR}/math/taucs +BROKEN= does not compile + USE_BZIP2= yes DIST_SOURCES= ccx_${PORTVERSION}.src${EXTRACT_SUFX} \ |