aboutsummaryrefslogtreecommitdiff
path: root/math/netcdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/netcdf/Makefile')
-rw-r--r--math/netcdf/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile
index 1270af16e61c..13a6bf93e48d 100644
--- a/math/netcdf/Makefile
+++ b/math/netcdf/Makefile
@@ -24,12 +24,6 @@ INSTALLS_SHLIB= yes
MAN1= ncdump.1 ncgen.1
MAN3= netcdf.3 netcdf.3f
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not compile"
-.endif
-
post-build:
@(cd ${WRKSRC}/libsrc && \
${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library)
@@ -42,4 +36,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1
${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>