diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-05-08 02:56:21 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2008-05-08 02:56:21 +0000 |
commit | 591e7166d9fad5c79eb224247f6d0de469de813e (patch) | |
tree | 4b163b141874aba9927b686ae3319b0cecc3205b /print | |
parent | Remove 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')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
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 |