diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-13 05:03:36 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-13 05:03:36 +0800 |
commit | bef76e23b47551ae7f5024ca33c0fc8d8e53bd42 (patch) | |
tree | 0d7294652640c2c347eb60b96b3fb3a16def0e1c /korean/ghostscript55httf | |
parent | 0376e8addee4f3fae25b891555b64e09df3849e2 (diff) | |
download | freebsd-ports-gnome-bef76e23b47551ae7f5024ca33c0fc8d8e53bd42.tar.gz freebsd-ports-gnome-bef76e23b47551ae7f5024ca33c0fc8d8e53bd42.tar.zst freebsd-ports-gnome-bef76e23b47551ae7f5024ca33c0fc8d8e53bd42.zip |
Use libttf.3 of the new freetype 1.2
Diffstat (limited to 'korean/ghostscript55httf')
-rw-r--r-- | korean/ghostscript55httf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 91996d6ef00d..33547bf4f5f8 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Mar 27 10:32:46 KST 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1998/09/21 08:41:45 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/16 01:03:23 jseger Exp $ # # based on print/ghostscript5 and japanese/vfghostscript5 # use Adobe's CID-keyed font sameple(korean) because there are no @@ -33,7 +33,7 @@ BROKEN_ELF= yes BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= ttf.2:${PORTSDIR}/print/freetype +LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype MAKE_ENV= PORTSDIR=${PORTSDIR} EXTRACT_ONLY= ${GS_SOURCES} |