diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 22:55:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 22:55:31 +0800 |
commit | 1b83dca7ebeb099153d3ef614d2ffbbc77618b72 (patch) | |
tree | b4a6d3d1f3c362150a020bea48def4dcbf99af8d /devel | |
parent | 6cfa68b0c68e5484ce86bfec8449ff3e2be3d9ad (diff) | |
download | freebsd-ports-gnome-1b83dca7ebeb099153d3ef614d2ffbbc77618b72.tar.gz freebsd-ports-gnome-1b83dca7ebeb099153d3ef614d2ffbbc77618b72.tar.zst freebsd-ports-gnome-1b83dca7ebeb099153d3ef614d2ffbbc77618b72.zip |
- Chase redirect and remove fetch -ar
PR: ports/127522
Diffstat (limited to 'devel')
-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 |