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 /print/Makefile | |
parent | 531a0c3adee2fa77dd483af98c4155e2ce64074b (diff) | |
download | freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.gz freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.zst freebsd-ports-gnome-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 'print/Makefile')
-rw-r--r-- | print/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/print/Makefile b/print/Makefile index 8a230e815137..37d66c91caeb 100644 --- a/print/Makefile +++ b/print/Makefile @@ -89,11 +89,13 @@ SUBDIR += ft2demos SUBDIR += gfontview SUBDIR += ggv - SUBDIR += ghostscript-gnu - SUBDIR += ghostscript-gnu-commfont - SUBDIR += ghostscript-gnu-nox11 - SUBDIR += ghostscript-gpl - SUBDIR += ghostscript-gpl-nox11 + SUBDIR += ghostscript7 + SUBDIR += ghostscript7-commfont + SUBDIR += ghostscript7-jpnfont + SUBDIR += ghostscript7-korfont + SUBDIR += ghostscript7-nox11 + SUBDIR += ghostscript8 + SUBDIR += ghostscript8-nox11 SUBDIR += ghostview SUBDIR += gimp-gutenprint SUBDIR += gl2ps |