summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-22 00:06:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-22 00:06:35 +0000
commit1850793ce0fe1e7530b71cc142677a86b618dc87 (patch)
tree0d69308a66308384200dea9c3f65d9a3bef6db04 /biology
parentBROKEN: patch fails (diff)
BROKEN on 4.x: Configure fails
Notes
Notes: svn path=/head/; revision=101631
Diffstat (limited to 'biology')
-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>