aboutsummaryrefslogtreecommitdiffstats
path: root/biology/p5-bioperl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 08:06:35 +0800
committerkris <kris@FreeBSD.org>2004-02-22 08:06:35 +0800
commite3c8d38c58672b1c90c5c44b574baf1ff7c6cd58 (patch)
tree4491b426a7db7a627a1c05b047f0ee9c6f2f997a /biology/p5-bioperl
parentf25868c5e05144f03e2547a4ee534f667e518da8 (diff)
downloadfreebsd-ports-gnome-e3c8d38c58672b1c90c5c44b574baf1ff7c6cd58.tar.gz
freebsd-ports-gnome-e3c8d38c58672b1c90c5c44b574baf1ff7c6cd58.tar.zst
freebsd-ports-gnome-e3c8d38c58672b1c90c5c44b574baf1ff7c6cd58.zip
BROKEN on 4.x: Configure fails
Diffstat (limited to 'biology/p5-bioperl')
-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>