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 /x11-servers | |
parent | 8b5e5a31a3cde766339f83427827e383e45d867e (diff) |
Use libttf.3 of the new freetype 1.2
Notes
Notes:
svn path=/head/; revision=15309
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XttXF86srv-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile index 82ba1b458b05..c51f4322795a 100644 --- a/x11-servers/XttXF86srv-common/Makefile +++ b/x11-servers/XttXF86srv-common/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.9 1998/12/01 03:06:46 asami Exp $ +# $Id: Makefile,v 1.10 1998/12/05 06:12:16 kuriyama Exp $ # DISTNAME= xc @@ -24,7 +24,7 @@ PATCHFILES= 3.3.2-patch1 3.3.2-patch2 3.3.2-patch3 \ MAINTAINER= taguchi@tohoku.iij.ad.jp -LIB_DEPENDS= ttf.2:${PORTSDIR}/print/freetype +LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype .if !defined(XDM_DES) && defined(USA_RESIDENT) .if ${USA_RESIDENT} == NO |