diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-07-04 13:22:13 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-07-04 13:22:13 +0000 |
commit | b4e642da75ed93f63fa8c58bd63408787bce745b (patch) | |
tree | 6aa8381eb7208601ea5bbb56fa8b78bfe4e000be /biology/p5-bioperl/Makefile | |
parent | 819158bfa4572bec31287fd4ff8984d24caa97bd (diff) |
- Update to version 0.7.1
- Add a build-time message to inform the user of available options.
Notes
Notes:
svn path=/head/; revision=44743
Diffstat (limited to 'biology/p5-bioperl/Makefile')
-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 59fb85f02cfb..650a028aa69c 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bioperl -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= biology perl5 MASTER_SITES= ftp://bioperl.org/pub/DIST/ \ http://bioperl.org/Core/Latest/ \ @@ -140,6 +140,12 @@ MAN3+= Bio::Tk::HitDisplay.3 Bio::Tk::SeqCanvas.3 .endif MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +pre-fetch: +.if !defined(BATCH) && (!defined(WITH_CORBA_CLIENT) || \ + !defined(WITH_CORBA_SERVER) || !defined(WITH_GUI)) + @ ${CAT} ${FILESDIR}/ext.msg +.endif + post-configure: @ cd ${EXT_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} \ |