diff options
Diffstat (limited to 'devel/rapidsvn/Makefile')
-rw-r--r-- | devel/rapidsvn/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 730a619e1b4..7537c90f1c3 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/01/22 08:24:30 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/03 06:36:55 epg Exp $ -DISTNAME= rapidsvn-0.4.0 -PKGREVISION= 4 +DISTNAME= rapidsvn-0.5.0 CATEGORIES= devel x11 MASTER_SITES= http://www.rapidsvn.org/download/ @@ -19,7 +18,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib -BUILDLINK_DEPENDS.subversion-base= subversion-base>=0.35.0 +BUILDLINK_DEPENDS.subversion-base= subversion-base>=0.36.0 BUILDLINK_DEPENDS.wxGTK= wxGTK>=2.4.0 .include "../../devel/apr/buildlink2.mk" |