diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-12 17:45:30 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-12 17:45:30 +0000 |
commit | 8042e6ea5d97f9fb6a5181a58a8a0e758af39392 (patch) | |
tree | 4facc960aaefa092a5f31ef5eb5e8c88e2b6523d /devel/rapidsvn | |
parent | edacad0e4e492a9d385c5db52a3b68d88868e5d6 (diff) | |
download | FreeBSD-ports-8042e6ea5d97f9fb6a5181a58a8a0e758af39392.zip FreeBSD-ports-8042e6ea5d97f9fb6a5181a58a8a0e758af39392.tar.gz |
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r-- | devel/rapidsvn/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 98f0401..de8f661 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -28,12 +28,12 @@ CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes MAN1= rapidsvn.1 -.if exists(${X11BASE}/bin/wxgtk2-2.5-config) -WXPORT= wxgtk2-devel -WXCONFIG= wxgtk2-2.5-config +.if exists(${X11BASE}/bin/wxgtk2-2.6-config) +WXPORT= wxgtk26 +WXCONFIG= wxgtk2-2.6-config .else WXPORT= wxgtk24 -WXCONFIG= wx-config +WXCONFIG= wxgtk2-2.4-config .endif SVNDEP= ${LOCALBASE}/include/subversion-1/svn_types.h |