diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-14 15:39:26 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-14 15:39:26 +0000 |
commit | f83cb25b382a24891a8111b49d010baf11babe7a (patch) | |
tree | 32d8959be291822d51a655350fdfba7b78c17fc2 /print/freetype | |
parent | ea893c8243dd80c20255ed4abfd98bb297f9c9a1 (diff) | |
download | ports-f83cb25b382a24891a8111b49d010baf11babe7a.tar.gz ports-f83cb25b382a24891a8111b49d010baf11babe7a.zip |
I've added some MASTER_SITES and removed BROKEN.
Notes
Notes:
svn path=/head/; revision=15345
Diffstat (limited to 'print/freetype')
-rw-r--r-- | print/freetype/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile index e5a4cc07ef45..21898336d63a 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -3,17 +3,19 @@ # Date created: January 24, 1998 # Whom: jseger@FreeBSD.org # -# $Id: Makefile,v 1.8 1998/12/12 20:58:05 jseger Exp $ +# $Id: Makefile,v 1.9 1998/12/14 02:48:02 obrien Exp $ # DISTNAME= freetype-1.2 CATEGORIES= print -MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/ +MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/ \ + ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ + ftp://ftp.tux.org/pub/devel/freetype/ \ + ftp://ftp.kddlabs.co.jp/.6/graphics/freetype/ \ + ftp://ring.aist.go.jp/pub/graphics/freetype/ MAINTAINER= jseger@FreeBSD.org -BROKEN= 'fetch from *SINGLE* down site' - USE_XLIB= YES USE_GMAKE= YES GNU_CONFIGURE= YES |