diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-11 14:25:53 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-11 14:25:53 +0000 |
commit | c198a32f6149bf72e0e74d32042ce2c6eb29ec9d (patch) | |
tree | 697f726ff9689826ae9f2c82c162cb45407215d3 | |
parent | Update 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
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 5 |
2 files changed, 4 insertions, 6 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*} != "" diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index df36ecea2f62..1f8f0921caee 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/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*} != "" |