diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-10-30 06:25:53 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-10-30 06:25:53 +0000 |
commit | 66b96f9bda4d1c57dea3a162550d947cad5fa005 (patch) | |
tree | 8386190747bacd4d8ffad74b1055a131c718bd43 /graphics/imlib | |
parent | fd1463531e34dd06a7020eeee56271303b3d1270 (diff) |
Add another MASTER_SITE so the distfile is actually fetchable.
Notes
Notes:
svn path=/head/; revision=22726
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 16e00239c692..948badbda90f 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -8,7 +8,8 @@ DISTNAME= imlib-1.9.8 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} \ + ftp://ftp.enlightenment.org/enlightenment/enlightenment/libs/ MASTER_SITE_SUBDIR= sources/imlib MAINTAINER= vanilla@FreeBSD.org |