diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-11 22:25:53 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-11 22:25:53 +0800 |
commit | a1d1e05a9b65f97f3c559afac4adcdd910c782d7 (patch) | |
tree | 98651596cd84875482967d779d257d505c01ada0 /x11-toolkits | |
parent | dc12de35f9e972df04183ea0582fc9a4520ba93a (diff) | |
download | freebsd-ports-gnome-a1d1e05a9b65f97f3c559afac4adcdd910c782d7.tar.gz freebsd-ports-gnome-a1d1e05a9b65f97f3c559afac4adcdd910c782d7.tar.zst freebsd-ports-gnome-a1d1e05a9b65f97f3c559afac4adcdd910c782d7.zip |
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]
Diffstat (limited to 'x11-toolkits')
-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*} != "" |