diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:48:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:48:30 +0000 |
commit | 1dd0d087e7685065d68e44a26c1524785fcba7fb (patch) | |
tree | 483587f626b594c91bd63042428c5fd4c52d4891 /science/hdf5 | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: science)
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index a06dd96c4a13..e6f7d465a1f5 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --disable-debug \ ALL_TARGET= lib progs MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if defined(WITH_FORTRAN) |