diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-06 13:52:36 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-06 13:52:36 +0000 |
commit | 54a99f327266949db27fe01f75892a5668bb03f2 (patch) | |
tree | 556759664b2a4d5b2633e5de7ee7081098bfd37d /print/ghostscript8 | |
parent | 8034068dd68b67cb27bf5cc4eea74e472a2920ee (diff) |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |