aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-20 03:15:54 +0800
committerpav <pav@FreeBSD.org>2009-01-20 03:15:54 +0800
commit33b6a722603d0002bb02f9b8ec66b5c8fba1359e (patch)
treeb4340d94a788d4e147dfc58d68d1ef6322e4b0a3 /science
parente95ec3e6476373b3c4550d3e2fc0db5ffa03800c (diff)
downloadfreebsd-ports-graphics-33b6a722603d0002bb02f9b8ec66b5c8fba1359e.tar.gz
freebsd-ports-graphics-33b6a722603d0002bb02f9b8ec66b5c8fba1359e.tar.zst
freebsd-ports-graphics-33b6a722603d0002bb02f9b8ec66b5c8fba1359e.zip
- Fix OPTIONS processing
PR: ports/130740 Submitted by: Shin'ya Murakami <murashin@gfd-dennou.org>
Diffstat (limited to 'science')
-rw-r--r--science/netcdf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index 53cce24cb75..b1c6a2c7884 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -45,6 +45,8 @@ CONFIGURE_ARGS+=--enable-examples
CONFIGURE_ARGS+=--disable-examples
.endif
+.include <bsd.port.pre.mk>
+
.if defined(WITH_FORTRAN)
USE_FORTRAN= yes
MAN3+= netcdf_f77.3 netcdf_f90.3
@@ -69,4 +71,4 @@ post-install:
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>