diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-07 16:22:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-07 16:22:06 +0000 |
commit | d2adb0879fe37754d692fbe56ca492a7a947e428 (patch) | |
tree | abdb4bb58a043da19f31c0b85e7319f7fe80fa1c | |
parent | 11b246550f9560410a85896055cd1220031ee9a7 (diff) |
Notes
-rw-r--r-- | graphics/epdfview/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 4c21e9fe0f49..1c7951a1be1c 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -5,16 +5,16 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 PORTREVISION= 8 CATEGORIES= graphics print gnome -MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ - http://mirror.slitaz.org/sources/packages/e/ +MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ + ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ + http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/${PORTNAME}/ \ + http://pkgs.fedoraproject.org/repo/pkgs/${PORTNAME}/${DISTNAME}${EXTRACT_SUFX}/e50285b01612169b2594fea375f53ae4/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight PDF document viewer LICENSE= GPLv2 -BROKEN= No public distfiles - BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib |