diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-04 07:50:36 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-04 07:50:36 +0800 |
commit | 49d5512b95ba4f0550e2828d3c3097c789c4e2ea (patch) | |
tree | 7c2129b843f2210c2c4b15698dc4f04642624b9f /graphics/py-cairo | |
parent | 68eab1587d54c0b4341748ce1ba18ea321db277e (diff) | |
download | freebsd-ports-gnome-49d5512b95ba4f0550e2828d3c3097c789c4e2ea.tar.gz freebsd-ports-gnome-49d5512b95ba4f0550e2828d3c3097c789c4e2ea.tar.zst freebsd-ports-gnome-49d5512b95ba4f0550e2828d3c3097c789c4e2ea.zip |
Add a URL in MASTER_SITES.
PR: ports/107470
Submitted by: Philipp Ost <pj@smo.de>
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r-- | graphics/py-cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index c7fc620f9bd5..368a19d37703 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -9,7 +9,8 @@ PORTNAME= cairo PORTVERSION= 1.2.6 CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ +MASTER_SITES= http://cairographics.org/releases/ \ + http://zeqadious.homelinux.net/zenwalk/buildscripts/official/pycairo/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} |