diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-16 04:40:53 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-16 04:40:53 +0000 |
commit | 4fdfa3202e04ba909c9e272873a0b3b6b8017ab9 (patch) | |
tree | efdd932fe4e6823531142d53e888fb801890c2b8 /graphics | |
parent | e79e0ee7b6a0dc51619a1e8548d871c173181e0b (diff) | |
download | FreeBSD-ports-4fdfa3202e04ba909c9e272873a0b3b6b8017ab9.zip FreeBSD-ports-4fdfa3202e04ba909c9e272873a0b3b6b8017ab9.tar.gz |
portlint:
-Use lowercase letter in the begin of IGNORE.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 0963c0a2..4b0af26 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -38,7 +38,7 @@ MAN1= inkscape.1 inkview.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= Requires symbols not present on 4.X +IGNORE= requires symbols not present on 4.X .endif .if ${HAVE_GNOME:Mlibgnomeprintui} != "" |