summaryrefslogtreecommitdiff
path: root/devel/rapidsvn
diff options
context:
space:
mode:
authorgdt <gdt>2008-01-31 16:37:35 +0000
committergdt <gdt>2008-01-31 16:37:35 +0000
commit05d4b4c8805b4733fb7cbe7bf0121599913879cf (patch)
treea28c257b88c4e97b8ec1ea6dd99390815a8261ff /devel/rapidsvn
parent455e63daf98248373c219b9654ee72d0b1fa4979 (diff)
downloadpkgsrc-05d4b4c8805b4733fb7cbe7bf0121599913879cf.tar.gz
Drop explicit include of apr0 buildlink file, enabling building this
package with subversion-base compiled with apr1. This approach matches all the subversion language bindings as well as ap2-subversion. (Given options like this, a proper solution probably requires recording such choices in the installed package.)
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r--devel/rapidsvn/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 632035353e7..8ae3e98e074 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2008/01/18 05:14:38 tnn Exp $
+# $NetBSD: Makefile,v 1.36 2008/01/31 16:37:35 gdt Exp $
DISTNAME= rapidsvn-0.9.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel x11 scm
MASTER_SITES= http://www.rapidsvn.org/download/release/0.9.4/
@@ -27,8 +27,9 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/manpage/rapidsvn.1 \
${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../devel/apr0/buildlink3.mk"
+# While apr is actually a dependency, we ride it being included via
+# subversion-base, following the precedent of devel/foo-subversion and
+# www/ap2-subversion.
.include "../../devel/subversion-base/buildlink3.mk"
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"