diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-19 02:13:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-19 02:13:53 +0800 |
commit | 1e9747b901b170d54ff39843c53211ff2f43bb86 (patch) | |
tree | 5d728edb3d5eddbc22c682614142d381c9f4f1d3 /x11-toolkits | |
parent | ad2abcda59f7befc01aecbd6fab73aef75d5391c (diff) | |
download | freebsd-ports-gnome-1e9747b901b170d54ff39843c53211ff2f43bb86.tar.gz freebsd-ports-gnome-1e9747b901b170d54ff39843c53211ff2f43bb86.tar.zst freebsd-ports-gnome-1e9747b901b170d54ff39843c53211ff2f43bb86.zip |
Fix up IGNORE message to appease portlint.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxmozilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile index 8b3093e5450c..726a9e448e82 100644 --- a/x11-toolkits/wxmozilla/Makefile +++ b/x11-toolkits/wxmozilla/Makefile @@ -32,7 +32,7 @@ INSTALLS_SHLIB= yes .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" .if ${OSVERSION} < 500000 -IGNORE= "Does not build on 4.X" +IGNORE= does not build on 4.X .endif .include <bsd.port.post.mk> |