diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-03-02 23:08:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-03-02 23:08:23 +0000 |
commit | ed76d9d3b1d8235400cb9c6e2f768ea71877bcc3 (patch) | |
tree | d3f2efb6753f31950a62a818ca47880800db78db | |
parent | 916ea5e831ca783309b79bf9feba5a4ee58dc8a3 (diff) |
Notes
-rw-r--r-- | cad/calculix/Makefile | 2 | ||||
-rw-r--r-- | science/libghemical/Makefile | 2 |
2 files changed, 4 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} \ diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 36873f19fc98..461544576f7a 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= openbabel:${PORTSDIR}/science/openbabel \ LIB_DEPENDS+= mpqc:${PORTSDIR}/science/mpqc \ f2c:${PORTSDIR}/lang/f2c +BROKEN= does not compile + USE_GMAKE= yes USE_GNOME= pkgconfig USE_GL= gl |