diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 00:06:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 00:06:35 +0000 |
commit | 1850793ce0fe1e7530b71cc142677a86b618dc87 (patch) | |
tree | 0d69308a66308384200dea9c3f65d9a3bef6db04 /biology | |
parent | 4f0cbfc6a62ceab1ab123699eac46959fab1d077 (diff) | |
download | ports-1850793ce0fe1e7530b71cc142677a86b618dc87.tar.gz ports-1850793ce0fe1e7530b71cc142677a86b618dc87.zip |
BROKEN on 4.x: Configure fails
Notes
Notes:
svn path=/head/; revision=101631
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-bioperl/Makefile | 8 |
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> |