diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-01 10:55:55 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-01 10:55:55 +0800 |
commit | c5045d2bd165bab8ebed62c2ac12b7b517cca3e2 (patch) | |
tree | 6235db990f1ba13ad21530050978a5897924d399 /print/ghostscript7-commfont | |
parent | 41d078d1586e02cfa2a6dbd09a228f02f87e3ff9 (diff) | |
download | freebsd-ports-gnome-c5045d2bd165bab8ebed62c2ac12b7b517cca3e2.tar.gz freebsd-ports-gnome-c5045d2bd165bab8ebed62c2ac12b7b517cca3e2.tar.zst freebsd-ports-gnome-c5045d2bd165bab8ebed62c2ac12b7b517cca3e2.zip |
Use an old version of IPA fonts as Ryumin-Light and GothicBBB-Medium for
Ghostscript 7. This is because the latest version is not compatible with
.optnttcidfont directive. The other versions of Ghostscript use the new
version.
Diffstat (limited to 'print/ghostscript7-commfont')
-rw-r--r-- | print/ghostscript7-commfont/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7-commfont/files/Makefile.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript7-commfont/Makefile b/print/ghostscript7-commfont/Makefile index 4b211deb0434..09d0f9d0bdb8 100644 --- a/print/ghostscript7-commfont/Makefile +++ b/print/ghostscript7-commfont/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostscript PORTVERSION= 7.07 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= # empty PKGNAMESUFFIX= 7-commfont diff --git a/print/ghostscript7-commfont/files/Makefile.in b/print/ghostscript7-commfont/files/Makefile.in index ca964984a91f..5d0f5fbbcb00 100644 --- a/print/ghostscript7-commfont/files/Makefile.in +++ b/print/ghostscript7-commfont/files/Makefile.in @@ -45,13 +45,13 @@ CT.SANSSERIF= MHei-Medium JA.CMAPS= aj16 aj20 JA.SERIF.GENERIC= Ryumin-Light -JA.SERIF.GENERIC_SUBST= Ryumin-Light +JA.SERIF.GENERIC_SUBST= Ryumin-Light.gs7 JA.SERIF= Ryumin-Light \ FutoMinA101-Bold \ HeiseiMin-W3 JA.SANSSERIF.GENERIC= GothicBBB-Medium -JA.SANSSERIF.GENERIC_SUBST= GothicBBB-Medium +JA.SANSSERIF.GENERIC_SUBST= GothicBBB-Medium.gs7 JA.SANSSERIF= GothicBBB-Medium \ FutoGoB101-Bold \ HeiseiKakuGo-W5 \ |