diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-18 18:13:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-18 18:13:53 +0000 |
commit | 94b4fa89ba62487e57c16d75072805480edd3c90 (patch) | |
tree | 1252d5656506c7569e168060d2b2bf5bc1d84298 /x11-toolkits/wxmozilla | |
parent | 43ed686947682b97bd302f490de77ec34f5dfbac (diff) | |
download | ports-94b4fa89ba62487e57c16d75072805480edd3c90.tar.gz ports-94b4fa89ba62487e57c16d75072805480edd3c90.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxmozilla')
-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> |