diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 6d6e5f26160f..be7e92a51c1f 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -106,7 +106,7 @@ post-extract: post-extract-epag .if defined(WITH_GS_lvga256) \ || defined(WITH_GS_vgalib) . if defined(WITHOUT_SVGALIB) -. warning drivers incompatible with WITHDOUT_SVGALIB will be removed automatically +. warning drivers incompatible with WITHOUT_SVGALIB will be removed automatically . undef WITH_GS_lvga256 . undef WITH_GS_vgalib . else diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 6d6e5f26160f..be7e92a51c1f 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -106,7 +106,7 @@ post-extract: post-extract-epag .if defined(WITH_GS_lvga256) \ || defined(WITH_GS_vgalib) . if defined(WITHOUT_SVGALIB) -. warning drivers incompatible with WITHDOUT_SVGALIB will be removed automatically +. warning drivers incompatible with WITHOUT_SVGALIB will be removed automatically . undef WITH_GS_lvga256 . undef WITH_GS_vgalib . else |