diff options
Diffstat (limited to 'math/csdp/Makefile')
-rw-r--r-- | math/csdp/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/math/csdp/Makefile b/math/csdp/Makefile index 94febd00a813..10116127e60d 100644 --- a/math/csdp/Makefile +++ b/math/csdp/Makefile @@ -31,14 +31,7 @@ PLIST_FILES= bin/complement \ bin/rand_graph \ bin/theta -.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-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* -.include <bsd.port.post.mk> +.include <bsd.port.mk> |