summaryrefslogtreecommitdiff
path: root/math/gretl
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-08 21:56:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-03-08 21:56:36 +0000
commite1d56a9db2541dd41f1907a5a19a686a326831cc (patch)
tree6a5120e4890360e5d98bb4a63ff86cfc80e8392f /math/gretl
parentDocument OpenMP from base system cannot be used in some cases (diff)
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020
Diffstat (limited to 'math/gretl')
-rw-r--r--math/gretl/Makefile9
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>