diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-11 22:56:36 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-11 22:56:36 +0800 |
commit | 865385094b1b511bfd48ad3dc11a9fb543a6db92 (patch) | |
tree | 366419bc9767595691f12b087bfb69d4131439fd /biology/py-biopython/Makefile | |
parent | 792128abadaa7ec0c40bc8e2001e10a6dacd2bf4 (diff) | |
download | freebsd-ports-gnome-865385094b1b511bfd48ad3dc11a9fb543a6db92.tar.gz freebsd-ports-gnome-865385094b1b511bfd48ad3dc11a9fb543a6db92.tar.zst freebsd-ports-gnome-865385094b1b511bfd48ad3dc11a9fb543a6db92.zip |
Update to 0.90.d03
PR: 21202
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'biology/py-biopython/Makefile')
-rw-r--r-- | biology/py-biopython/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index 9f7e08642cba..3010865e5c8e 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -6,22 +6,23 @@ # PORTNAME= biopython -PORTVERSION= 0.90.d02 +PORTVERSION= 0.90.d03 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/Download/ PKGNAMEPREFIX= py- -DISTNAME= biopython-0.90-d02 +DISTNAME= biopython-0.90-d03 MAINTAINER= johann@egenetics.com -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 \ - ${LOCALBASE}/lib/python1.5/site-packages/Numeric/Numeric.py:${PORTSDIR}/math/numpy \ - ${LOCALBASE}/lib/python1.5/site-packages/distutils/core.py:${PORTSDIR}/misc/py-distutils +USE_PYTHON= yes + +BUILD_DEPENDS= ${PYDISTUTILS} \ + ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy do-build: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} python setup.py build) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build) do-install: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} python setup.py install) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install) .include <bsd.port.mk> |