diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-12 21:03:36 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-12 21:03:36 +0000 |
commit | 2b585a1dd2b0ea8d44631bc633e6731da7d7bed9 (patch) | |
tree | e52fb62a32bb8dc68b5e6115ffa752e1b4ad5c71 /misc/magicpoint | |
parent | 8b5e5a31a3cde766339f83427827e383e45d867e (diff) | |
download | ports-2b585a1dd2b0ea8d44631bc633e6731da7d7bed9.tar.gz ports-2b585a1dd2b0ea8d44631bc633e6731da7d7bed9.zip |
Use libttf.3 of the new freetype 1.2
Notes
Notes:
svn path=/head/; revision=15309
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 0ecc0e2fdb49..4bd882fa503b 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -3,7 +3,7 @@ # Date created: 24 December 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.6 1998/09/14 06:38:04 itojun Exp $ +# $Id: Makefile,v 1.7 1998/09/21 08:41:45 asami Exp $ # DISTNAME= magicpoint-1.04a @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ MAINTAINER= itojun@itojun.org # plus sign is for localized (i.e. Japanese) version -LIB_DEPENDS+= ttf.2:${PORTSDIR}/print/freetype +LIB_DEPENDS+= ttf.3:${PORTSDIR}/print/freetype USE_IMAKE= yes GNU_CONFIGURE= yes |