diff options
author | wen <wen@FreeBSD.org> | 2011-10-13 14:27:34 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-13 14:27:34 +0800 |
commit | 61a462c9c225fd206573b72a7dd4734bd47cc1b3 (patch) | |
tree | 81178d2b390cde08f46ac5cf01fcbda9e6ead51b /biology/pyfasta/Makefile | |
parent | 421eb8bd0082807ef03edc70f76ecdf4724742e0 (diff) | |
download | freebsd-ports-gnome-61a462c9c225fd206573b72a7dd4734bd47cc1b3.tar.gz freebsd-ports-gnome-61a462c9c225fd206573b72a7dd4734bd47cc1b3.tar.zst freebsd-ports-gnome-61a462c9c225fd206573b72a7dd4734bd47cc1b3.zip |
- Update to 0.44
Diffstat (limited to 'biology/pyfasta/Makefile')
-rw-r--r-- | biology/pyfasta/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/pyfasta/Makefile b/biology/pyfasta/Makefile index 75489be81c18..dc1bdb848e6f 100644 --- a/biology/pyfasta/Makefile +++ b/biology/pyfasta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyfasta -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= biology python MASTER_SITES= CHEESESHOP @@ -14,7 +14,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install |