aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-poppler
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-04 21:06:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-04 21:06:12 +0000
commit6caab4de2b7f029f86d80470e85243152e0734e8 (patch)
tree9145e22f3948bd3d6ede438c231915d7fe385aed /graphics/py-poppler
parent24b4f66f4d95ae54d95af565d157beace9242b19 (diff)
downloadports-6caab4de2b7f029f86d80470e85243152e0734e8.tar.gz
ports-6caab4de2b7f029f86d80470e85243152e0734e8.zip
- Unbreak and update MASTER_SITES
PR: 138338 Submitted by: Romain Tartiere <romain@blogreen.org> (maintainer)
Notes
Notes: svn path=/head/; revision=240892
Diffstat (limited to 'graphics/py-poppler')
-rw-r--r--graphics/py-poppler/Makefile6
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