diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-15 16:19:21 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-15 16:19:21 +0000 |
commit | a94c36939282957726605bb47e5b9a26fc704f00 (patch) | |
tree | a576e204e6ee55e52f920789f3503aadab6d5004 /graphics/gphoto/Makefile | |
parent | - Use GTK_CONFIG instead of hardcoded gtk12-config (diff) |
Add MASTER_SITES
PR: 19928
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/gphoto/Makefile')
-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 dab297fad783..3fabf1a1fb43 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 |