summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-11 14:25:53 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-11 14:25:53 +0000
commitc198a32f6149bf72e0e74d32042ce2c6eb29ec9d (patch)
tree697f726ff9689826ae9f2c82c162cb45407215d3 /x11-toolkits/wxgtk
parentUpdate to 5.0a14. (diff)
PORTREVISION was set to wrong value after port was moved from wxgtk-devel [1].
Always add --enable-unicode for unicode flavor. Noticed by: krion [1]
Notes
Notes: svn path=/head/; revision=93741
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r--x11-toolkits/wxgtk/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile
index df36ecea2f62..1f8f0921caee 100644
--- a/x11-toolkits/wxgtk/Makefile
+++ b/x11-toolkits/wxgtk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wx
PORTVERSION= 2.4.2
-PORTREVISION?= 4
+PORTREVISION?= 6
PKGNAMESUFFIX= ${WXGTK_FLAVOR}
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -76,9 +76,8 @@ LIB_DEPENDS+= wx_gtk2u-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2-unicode
.if ${WXGTK_FLAVOR:M*-unicode*} != ""
.if ${OSVERSION} < 500000
IGNORE= Systems prior to FreeBSD 5.0 currently out of support
-.else
-CONFIGURE_ARGS+=--enable-unicode
.endif
+CONFIGURE_ARGS+=--enable-unicode
.endif # *-unicode*
.if ${WXGTK_FLAVOR:Mgtk2*} != ""