diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-05 05:06:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-05 05:06:12 +0800 |
commit | ee544fab6b824f3b9da4e961b4730ef206d0514b (patch) | |
tree | acc9d84c79f5a38c495e0ad0c87dc0bab716f3bb /graphics/py-poppler | |
parent | 008fafe754bcc1118730c0fa79694e73d41e995a (diff) | |
download | freebsd-ports-gnome-ee544fab6b824f3b9da4e961b4730ef206d0514b.tar.gz freebsd-ports-gnome-ee544fab6b824f3b9da4e961b4730ef206d0514b.tar.zst freebsd-ports-gnome-ee544fab6b824f3b9da4e961b4730ef206d0514b.zip |
- Unbreak and update MASTER_SITES
PR: 138338
Submitted by: Romain Tartiere <romain@blogreen.org> (maintainer)
Diffstat (limited to 'graphics/py-poppler')
-rw-r--r-- | graphics/py-poppler/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 0b89612825af..7c2d694f95c5 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -8,7 +8,9 @@ PORTNAME= poppler PORTVERSION= 0.10.1 CATEGORIES= graphics python -MASTER_SITES= http://launchpad.net/poppler-python/trunk/development/+download/ +MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ + http://launchpadlibrarian.net/30270080/ \ + http://romain.blogreen.org/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} @@ -17,8 +19,6 @@ COMMENT= Python bindings for the Poppler PDF rendering library LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk -BROKEN= does not fetch - USE_PYTHON= yes GNU_CONFIGURE= yes USE_GMAKE= yes |