diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-06 21:52:36 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-06 21:52:36 +0800 |
commit | d773571a507fd6655156e11bc56b2f8c6ab53c66 (patch) | |
tree | f61c71d0faf5b46299cd6122ebde5bfd1cf90d8e /print | |
parent | 88cc9b8f9948bb22a9e154f893775c269e41059f (diff) | |
download | freebsd-ports-gnome-d773571a507fd6655156e11bc56b2f8c6ab53c66.tar.gz freebsd-ports-gnome-d773571a507fd6655156e11bc56b2f8c6ab53c66.tar.zst freebsd-ports-gnome-d773571a507fd6655156e11bc56b2f8c6ab53c66.zip |
- fix typo
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 |