diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-20 03:49:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-20 03:49:12 +0800 |
commit | 784768ffdd7a91a4081841b1028279a546164692 (patch) | |
tree | bda913cc40e29df2008adaa5b56d53de20280921 | |
parent | 453c2bbd140146c45b196129219b2ffff68f5b3a (diff) | |
download | freebsd-ports-gnome-784768ffdd7a91a4081841b1028279a546164692.tar.gz freebsd-ports-gnome-784768ffdd7a91a4081841b1028279a546164692.tar.zst freebsd-ports-gnome-784768ffdd7a91a4081841b1028279a546164692.zip |
Fix capitalization of IGNORE message.
Pointed out by: kris
-rw-r--r-- | net/avahi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index e52212353610..abfa10a81073 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -48,7 +48,7 @@ OPTIONS= GTK2 "Build a GTK+ 2 browser utility" off .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= Does not work on FreeBSD 4.X +IGNORE= does not work on FreeBSD 4.X .endif .if defined(WITH_GTK2) |