summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-10 10:33:42 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-10 10:33:42 +0000
commit932a049d39b630eb67be8183c086c970e09908b1 (patch)
tree3bae3c0e5a2388c5da6943e43095a2cf1ef80361 /x11-toolkits/wxgtk
parentAdd posixtestsuite to SUBDIR (diff)
BROKEN -> IGNORE for wxgtk2-unicode on FreeBSD 4.x
Noticed by: kris via bento
Notes
Notes: svn path=/head/; revision=93639
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r--x11-toolkits/wxgtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile
index 448f1a0e9c04..df36ecea2f62 100644
--- a/x11-toolkits/wxgtk/Makefile
+++ b/x11-toolkits/wxgtk/Makefile
@@ -75,7 +75,7 @@ LIB_DEPENDS+= wx_gtk2u-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2-unicode
.if ${WXGTK_FLAVOR:M*-unicode*} != ""
.if ${OSVERSION} < 500000
-BROKEN= Systems prior to FreeBSD 5.0 currently out of support
+IGNORE= Systems prior to FreeBSD 5.0 currently out of support
.else
CONFIGURE_ARGS+=--enable-unicode
.endif