diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-10 10:33:42 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-10 10:33:42 +0000 |
commit | 4840a4816d3493fed076151dc4f8424352b48f13 (patch) | |
tree | dbb78d3e5f8e4b4998aad554c11fbe506265b6f0 /x11-toolkits/wxgtk24 | |
parent | a86911f33d91022003babc4b6de41c683e2a2b0d (diff) | |
download | FreeBSD-ports-4840a4816d3493fed076151dc4f8424352b48f13.zip FreeBSD-ports-4840a4816d3493fed076151dc4f8424352b48f13.tar.gz |
BROKEN -> IGNORE for wxgtk2-unicode on FreeBSD 4.x
Noticed by: kris via bento
Diffstat (limited to 'x11-toolkits/wxgtk24')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 448f1a0..df36ece 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/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 |