summaryrefslogtreecommitdiff
path: root/print/ghostscript8
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2008-05-08 02:56:21 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2008-05-08 02:56:21 +0000
commit591e7166d9fad5c79eb224247f6d0de469de813e (patch)
tree4b163b141874aba9927b686ae3319b0cecc3205b /print/ghostscript8
parentRemove x11-toolkits/gtkdatabox in favour of x11-toolkits/gtkdatabox2. (diff)
Fix few typos in the knobs(non-fatal).
Approved by: shaun (mentor, implicit)
Notes
Notes: svn path=/head/; revision=212810
Diffstat (limited to 'print/ghostscript8')
-rw-r--r--print/ghostscript8/Makefile4
1 files changed, 2 insertions, 2 deletions
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