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 /x11-toolkits/wxgtk24/Makefile | |
parent | afa422aecbbb1f9dfdc7ec14afa64cf28e6f8249 (diff) | |
download | ports-c198a32f6149bf72e0e74d32042ce2c6eb29ec9d.tar.gz ports-c198a32f6149bf72e0e74d32042ce2c6eb29ec9d.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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*} != "" |