diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-01-22 10:54:02 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-01-22 10:54:02 +0000 |
commit | ba0a0aded45e00db6b4a38b8cdb35e0d6f01747f (patch) | |
tree | 8f774d2c2ceaedc68c8a6b0683ac501afadec2f2 /biology/py-biopython/Makefile | |
parent | 36379c2cbbf392202d5b699a6464c29515ccbcd8 (diff) |
Notes
Diffstat (limited to 'biology/py-biopython/Makefile')
-rw-r--r-- | biology/py-biopython/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index ec84861dd108..bc3406ad9566 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -6,8 +6,7 @@ # PORTNAME= biopython -PORTVERSION= 1.00.a3 -PORTREVISION= 1 +PORTVERSION= 1.00.a4 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/Download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -74,6 +73,10 @@ PLIST_OMNIORB= "@comment " PLIST_FNORB= "@comment " .endif # defined(WITH_CORBA) +.if !defined(WITHOUT_REPORTLAB) +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab +.endif + pre-fetch: .if !defined(BATCH) && !defined(WITH_CORBA) @ ${CAT} ${FILESDIR}/corba.msg |