diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-22 02:48:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-22 02:48:37 +0800 |
commit | 2d7c45feda182368287c36d5036b62c449db2029 (patch) | |
tree | 257f8c0e9eae485317784d302d3ae3567c274545 /chinese/abiword | |
parent | 9f6b177a00636bbe669f6ad210b50d6c78961820 (diff) | |
download | freebsd-ports-gnome-2d7c45feda182368287c36d5036b62c449db2029.tar.gz freebsd-ports-gnome-2d7c45feda182368287c36d5036b62c449db2029.tar.zst freebsd-ports-gnome-2d7c45feda182368287c36d5036b62c449db2029.zip |
due to ttfm module ghostscript6 change to gscjk
PR: 42330
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/abiword')
-rw-r--r-- | chinese/abiword/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/abiword/pkg-install b/chinese/abiword/pkg-install index 093248a37e61..f3923a4263b4 100644 --- a/chinese/abiword/pkg-install +++ b/chinese/abiword/pkg-install @@ -17,7 +17,7 @@ if [ ! -x $TTFM ]; then fi for f in $FONTS; do - $TTFM --add ghostscript6 $FONTDIR/$f + $TTFM --add gscjk $FONTDIR/$f done for f in $FONTS; do |