diff options
author | acm <acm@FreeBSD.org> | 2009-07-14 04:23:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-07-14 04:23:26 +0800 |
commit | e327e12f04f7611b3bd5609293ca6e4051b82bc9 (patch) | |
tree | d2986204340ab72ec003bab0c88dae59a841667b /print | |
parent | a4668d9efd0aa2dc79c269389930303b2bf5443b (diff) | |
download | freebsd-ports-gnome-e327e12f04f7611b3bd5609293ca6e4051b82bc9.tar.gz freebsd-ports-gnome-e327e12f04f7611b3bd5609293ca6e4051b82bc9.tar.zst freebsd-ports-gnome-e327e12f04f7611b3bd5609293ca6e4051b82bc9.zip |
- Make more sense OPTION IGNORE messages
Suggested by: Edward Sanford Sutton, III <mirror176 at cox.net> via email
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-filters/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index ca323ab67c72..da7d47240e17 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -51,7 +51,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libcupsimage.so:${PORTSDIR}/print/cups-image .if defined(WITH_A2PS_A4) . if defined(WITH_A2PS_LETTER) || defined(WITH_A2PS_LETTERDJ) -IGNORE= Please select only one option of a2ps-[a4|letter|letterdj] convertor +IGNORE= Please select only one a2ps convertor . else RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 . endif @@ -59,7 +59,7 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 .if defined(WITH_A2PS_LETTER) . if defined(WITH_A2PS_A4) || defined(WITH_A2PS_LETTERDJ) -IGNORE= Please select only one option of a2ps-[a4|letter|letterdj] convertor +IGNORE= Please select only one a2ps convertor . else RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter . endif @@ -67,7 +67,7 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter .if defined(WITH_A2PS-LETTERDJ) . if defined(WITH_A2PS-A4) || defined(WITH_A2PS_LETTER) -IGNORE= Please select only one option of a2ps-[a4|letter|letterdj] convertor +IGNORE= Please select only one a2ps convertor . else RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letterdj . endif @@ -75,7 +75,7 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letterdj .if defined(WITH_ENSCRIPT_A4) . if defined(WITH_ENSCRIPT_LETTER) || defined(WITH_ENSCRIPT_LETTERDJ) -IGNORE= Please just select one option of enscript-[a4|letter|letterdj] convertor +IGNORE= Please select only one enscript convertor . else RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4 . endif @@ -83,7 +83,7 @@ RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4 .if defined(WITH_ENSCRIPT_LETTER) . if defined(WITH_ENSCRIPT_A4) || defined(WITH_ENSCRIPT_LETTERDJ) -IGNORE= Please just select one option of enscript-[a4|letter|letterdj] convertor +IGNORE= Please select only one enscript convertor . else RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter . endif @@ -91,7 +91,7 @@ RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter .if defined(WITH_ENSCRIPT_LETTERDJ) . if defined(WITH_ENSCRIPT_A4) || defined(WITH_ENSCRIPT_LETTER) -IGNORE= Please just select one option of enscript-[a4|letter|letterdj] convertor +IGNORE= Please just select only one enscript convertor . else RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letterdj . endif |