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 /editors | |
parent | Upgrade to freetype 1.2 (diff) |
Use libttf.3 of the new freetype 1.2
Notes
Notes:
svn path=/head/; revision=15309
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 430f32edc0c7..4c4a4222fc3f 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -3,7 +3,7 @@ # Date created: October 3, 1998 # Whom: rch@richard.eu.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/07 22:05:40 kuriyama Exp $ # DISTNAME= yudit-1.1 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= rch@WriteMe.Com -LIB_DEPENDS= ttf.2:${PORTSDIR}/print/freetype +LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype CONFIGURE_ENV= LC_ALL=C GNU_CONFIGURE= YES |