aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2008-05-08 10:56:21 +0800
committertimur <timur@FreeBSD.org>2008-05-08 10:56:21 +0800
commit0ef61cabfc2f9121ac446af6b0a6c240eebd1347 (patch)
treefacd367fc5f756944d26c602d8c34890572369c3 /print
parent24a65fd803b024c8b651791661a7e48415a0c2a8 (diff)
downloadfreebsd-ports-gnome-0ef61cabfc2f9121ac446af6b0a6c240eebd1347.tar.gz
freebsd-ports-gnome-0ef61cabfc2f9121ac446af6b0a6c240eebd1347.tar.zst
freebsd-ports-gnome-0ef61cabfc2f9121ac446af6b0a6c240eebd1347.zip
Fix few typos in the knobs(non-fatal).
Approved by: shaun (mentor, implicit)
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gpl/Makefile4
-rw-r--r--print/ghostscript8/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index be7e92a51c1f..f8ba951bbf2a 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -126,7 +126,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
|| defined(WITH_GS_x11rg16x) \
|| defined(WITH_GS_x11rg32x)
. if defined(WITHOUT_X11)
-. warning drivers incompatible with WITHDOUT_X11 will be removed automatically
+. warning drivers incompatible with WITHOUT_X11 will be removed automatically
. undef WITH_GS_x11
. undef WITH_GS_x11alpha
. undef WITH_GS_x11cmyk
@@ -151,7 +151,7 @@ CONFIGURE_ARGS+=--without-x
.if defined(WITH_GS_oprp) \
|| defined(WITH_GS_opvp)
. if defined(WITHOUT_ICONV)
-. warning drivers incompatible with WITHDOUT_ICONV will be removed automatically
+. warning drivers incompatible with WITHOUT_ICONV will be removed automatically
. undef WITH_GS_oprp
. undef WITH_GS_opvp
. else
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index be7e92a51c1f..f8ba951bbf2a 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -126,7 +126,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
|| defined(WITH_GS_x11rg16x) \
|| defined(WITH_GS_x11rg32x)
. if defined(WITHOUT_X11)
-. warning drivers incompatible with WITHDOUT_X11 will be removed automatically
+. warning drivers incompatible with WITHOUT_X11 will be removed automatically
. undef WITH_GS_x11
. undef WITH_GS_x11alpha
. undef WITH_GS_x11cmyk
@@ -151,7 +151,7 @@ CONFIGURE_ARGS+=--without-x
.if defined(WITH_GS_oprp) \
|| defined(WITH_GS_opvp)
. if defined(WITHOUT_ICONV)
-. warning drivers incompatible with WITHDOUT_ICONV will be removed automatically
+. warning drivers incompatible with WITHOUT_ICONV will be removed automatically
. undef WITH_GS_oprp
. undef WITH_GS_opvp
. else