diff options
Diffstat (limited to 'math/gretl')
| -rw-r--r-- | math/gretl/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index ecdcd2c16d5a..51ce97d504cd 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -85,13 +85,6 @@ CONFIGURE_ARGS+= --enable-sse2=yes CONFIGURE_ARGS+= --enable-sse2=no .endif -.include <bsd.port.pre.mk> - -# XXX Drop after FreeBSD 12.0 EOL -.if !exists(/usr/include/omp.h) -LIB_DEPENDS+= libomp.so:devel/openmp -.endif - post-patch: @${SED} -i '.orig' -E -e '/#include[[:blank:]]+<sys\/socket\.h>/\ {x; s/.*/#include <netinet\/in.h>/; H; x;}' \ @@ -108,4 +101,4 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gretl-gtk2/*.so @${RMDIR} ${STAGEDIR}${DATADIR}/doc -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
