diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-11 14:55:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-11 14:55:31 +0000 |
commit | 90dd1fcbd9d853a51733d3140f718e0c653fd6bb (patch) | |
tree | 6555b6baec32608b3521a45acd0c36beb63cd9ac /devel/py-mx-experimental | |
parent | 567b1cca0d1797e708e51e49c3bc6d94996fb54b (diff) | |
download | ports-90dd1fcbd9d853a51733d3140f718e0c653fd6bb.tar.gz ports-90dd1fcbd9d853a51733d3140f718e0c653fd6bb.zip |
Notes
Diffstat (limited to 'devel/py-mx-experimental')
-rw-r--r-- | devel/py-mx-experimental/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-mx-experimental/Makefile b/devel/py-mx-experimental/Makefile index 0fadda74fa56..959850bdb919 100644 --- a/devel/py-mx-experimental/Makefile +++ b/devel/py-mx-experimental/Makefile @@ -9,14 +9,13 @@ PORTNAME= mx-experimental PORTVERSION= 3.0.0 CATEGORIES= devel python -MASTER_SITES= http://www.egenix.com/files/python/ +MASTER_SITES= http://downloads.egenix.com/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= egenix-${PORTNAME}-${PORTVERSION} MAINTAINER= sergio@softshark.org COMMENT= The eGenix mx Extensions - EXPERIMENTAL Package -FETCH_CMD= /usr/bin/fetch -ar BUILD_DEPENDS= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 #RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base |