diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-15 16:19:21 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-15 16:19:21 +0000 |
commit | 316bf968f709a3d12ec4a8a37f481ccdaa4757f4 (patch) | |
tree | 4d80ad102a0c71458044c728266e82beacfc18f2 /graphics/gphoto | |
parent | a79bf6e09e0a7d73eb77cc29587c4fcac56180f4 (diff) | |
download | FreeBSD-ports-316bf968f709a3d12ec4a8a37f481ccdaa4757f4.zip FreeBSD-ports-316bf968f709a3d12ec4a8a37f481ccdaa4757f4.tar.gz |
Add MASTER_SITES
PR: 19928
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/gphoto')
-rw-r--r-- | graphics/gphoto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index dab297f..3fabf1a 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -8,8 +8,9 @@ PORTNAME= gphoto PORTVERSION= 0.4.3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/stable/ - +MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/stable/ \ + ftp://ftp.uk.linux.org/pub/gphoto/0.4/ + MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib |