diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-16 00:19:21 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-16 00:19:21 +0800 |
commit | 316bf968f709a3d12ec4a8a37f481ccdaa4757f4 (patch) | |
tree | 4d80ad102a0c71458044c728266e82beacfc18f2 /graphics/gphoto2 | |
parent | a79bf6e09e0a7d73eb77cc29587c4fcac56180f4 (diff) | |
download | freebsd-ports-gnome-316bf968f709a3d12ec4a8a37f481ccdaa4757f4.tar.gz freebsd-ports-gnome-316bf968f709a3d12ec4a8a37f481ccdaa4757f4.tar.zst freebsd-ports-gnome-316bf968f709a3d12ec4a8a37f481ccdaa4757f4.zip |
Add MASTER_SITES
PR: 19928
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index dab297fad783..3fabf1a1fb43 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/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 |