summaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 00:06:35 +0000
committerkris <kris@FreeBSD.org>2004-02-22 00:06:35 +0000
commite3c8d38c58672b1c90c5c44b574baf1ff7c6cd58 (patch)
tree4491b426a7db7a627a1c05b047f0ee9c6f2f997a /biology
parentf25868c5e05144f03e2547a4ee534f667e518da8 (diff)
downloadFreeBSD-ports-e3c8d38c58672b1c90c5c44b574baf1ff7c6cd58.zip
FreeBSD-ports-e3c8d38c58672b1c90c5c44b574baf1ff7c6cd58.tar.gz
BROKEN on 4.x: Configure fails
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 7b43b7a..4b2c2d8 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>
OpenPOWER on IntegriCloud