diff options
author | hrs <hrs@FreeBSD.org> | 2008-09-06 03:41:48 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-09-06 03:41:48 +0800 |
commit | af4809fc1df6c0e57965a8db07d9f19a87460519 (patch) | |
tree | cc602fddcf4837026d33d8544917f4d7dfcaa44b /korean/Makefile | |
parent | 531a0c3adee2fa77dd483af98c4155e2ce64074b (diff) | |
download | freebsd-ports-graphics-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.gz freebsd-ports-graphics-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.zst freebsd-ports-graphics-af4809fc1df6c0e57965a8db07d9f19a87460519.zip |
* print/ghostscript-* and related ports have been renamed in the
following way:
print/ghostscript-gnu -> print/ghostscript7
print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
print/ghostscript-gpl -> print/ghostscript8
print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont
* USE_GHOSTSCRIPT now supports a version number which the port
requires. The valid value is "7" or "8". If other value is
specified, value of WITH_GHOSTSCRIPT_VER is used.
* WITH_GHOSTSCRIPT_GNU has been removed in favor of
WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is
"7" or "8", and the default value is "8".
Approved by: portmgr (pav)
Diffstat (limited to 'korean/Makefile')
-rw-r--r-- | korean/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/korean/Makefile b/korean/Makefile index 355186a6bf9..bef9a88eb9e 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -17,7 +17,6 @@ SUBDIR += engdic SUBDIR += eterm SUBDIR += gdick - SUBDIR += ghostscript-gnu-korfont SUBDIR += gtkcomm SUBDIR += h2ps SUBDIR += hanIM |