diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-25 07:52:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-25 07:52:54 +0000 |
commit | 1f896b91d87b44aaed6bdcf51d88f87f140d9742 (patch) | |
tree | cb1d5e230029fbc4d518f4a9d583ab6698a9e72c | |
parent | 0b1bb9c16d32f64bc37591dac5d50ac18039b881 (diff) |
Notes
-rw-r--r-- | science/mpb/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile index a36d60d06c80..5e6e96fe9f12 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -33,10 +33,6 @@ NLOPT_LIB_DEPENDS= libnlopt.so:math/nlopt .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200051 -USE_GCC= yes -.endif - .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= libatlas.so:math/atlas CONFIGURE_ARGS+= --with-lapack=-lalapack |