diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-02-25 12:44:10 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-02-25 12:44:10 +0000 |
commit | 0cbe65e47c9209d69ce010b5ab926c714387ecb1 (patch) | |
tree | bc7942759dbfb01fc52a7089e3edbbfb635ff176 /biology | |
parent | 06f83c7e994adeed9e1afcb54d28015affc5de4c (diff) | |
download | ports-0cbe65e47c9209d69ce010b5ab926c714387ecb1.tar.gz ports-0cbe65e47c9209d69ce010b5ab926c714387ecb1.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/py-biopython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index d8d34ead3ddc..82dd82f7a953 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -3,7 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes .if !defined(WITHOUT_REPORTLAB) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .endif NO_STAGE= yes |