diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-02 11:06:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-02 11:06:59 +0000 |
commit | 70be79bafdf271fb46bb3fa1d16f90763cbf7572 (patch) | |
tree | 90fbb94c0eb4eb84b213f2a8a0e345c22e1d4363 /x11-toolkits/wxgtk29/Makefile | |
parent | 46a53a41ae6a214306e3ffb24dbb70c412a3dbde (diff) |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 4cc512ed5d22..125352772425 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wx -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -28,8 +28,8 @@ USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes USE_ICONV= yes +#USE_GCC= 3.4+ USE_GNOME= gtk20 -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libpng=sys\ --with-libjpeg=sys\ @@ -52,7 +52,6 @@ PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 .if ${WXGTK_FLAVOR} == "gtk2" -PORTREVISION= 3 CONFLICTS= wxgtk2-contrib-devel-2.5.2* .endif @@ -98,7 +97,7 @@ post-patch: .if ${WXGTK_FLAVOR:M*-unicode*} != "" .if ${OSVERSION} < 500000 -IGNORE= 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 |