Mon Dec 6 11:50:36 2010 UTC ()
Fix build with recent subversion.


(markd)
diff -r1.2 -r1.3 pkgsrc/devel/kdevelop-base/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/devel/kdevelop-base/Attic/options.mk (expand / switch to context diff)
--- pkgsrc/devel/kdevelop-base/Attic/options.mk 2008/04/12 22:42:59 1.2
+++ pkgsrc/devel/kdevelop-base/Attic/options.mk 2010/12/06 11:50:35 1.3
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2008/04/12 22:42:59 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2010/12/06 11:50:35 markd Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.kdesdk
 PKG_SUPPORTED_OPTIONS=	svn
@@ -9,8 +9,9 @@
 
 .if !empty(PKG_OPTIONS:Msvn)
 .include "../../devel/subversion-base/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-config
-CONFIGURE_ARGS+=	--with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config
+CONFIGURE_ARGS+=	--with-subversion
+CONFIGURE_ARGS+=	--with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-1-config
+CONFIGURE_ARGS+=	--with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-1-config
 CONFIGURE_ARGS+=	--with-svn-include=${BUILDLINK_PREFIX.subversion-base}/include/subversion-1
 CONFIGURE_ARGS+=	--with-svn-lib=${BUILDLINK_PREFIX.subversion-base}/lib
 PLIST.svn=		yes