From ee544fab6b824f3b9da4e961b4730ef206d0514b Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 4 Sep 2009 21:06:12 +0000 Subject: - Unbreak and update MASTER_SITES PR: 138338 Submitted by: Romain Tartiere (maintainer) --- graphics/py-poppler/Makefile | 6 +++--- 1 file 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 -- cgit