summaryrefslogtreecommitdiff
path: root/biology/p5-bioperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/p5-bioperl/Makefile')
-rw-r--r--biology/p5-bioperl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile
index 7b43b7ae2e85..4b2c2d88dcbe 100644
--- a/biology/p5-bioperl/Makefile
+++ b/biology/p5-bioperl/Makefile
@@ -608,6 +608,12 @@ MAN3= Bio::Align::AlignI.3 \
Bio::Variation::VariantI.3 \
bptutorial.3
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Configure fails"
+.endif
+
# now install all extra stuff (docs, examples, scripts, models)
post-install:
@@ -626,4 +632,4 @@ post-install:
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>