diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-16 14:56:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-16 14:56:56 +0000 |
commit | 1056b8981b0b4d9aaa1df9193e3b76aa9e9bf052 (patch) | |
tree | 8c06f1049bdfde49c7a2ecba056576a911c8ec85 /print | |
parent | A POE component that implements an IRC server ( ircd ). (diff) |
Fix typo
Notes
Notes:
svn path=/head/; revision=211369
Diffstat (limited to 'print')
-rw-r--r-- | print/libspectre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 8a5a66ca4107..e297a829483d 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -22,7 +22,7 @@ USE_GHOSTSCRIPT=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_GHOSTSCRIPT_GNU) -IGNORE= Port will not work with ghostscript-gpl, please do not define WITH_GHOSTSCRIPT_GNU +IGNORE= Port will not work with ghostscript-gnu, please do not define WITH_GHOSTSCRIPT_GNU .endif pre-configure: |