diff options
author | gdt <gdt@pkgsrc.org> | 2008-01-31 16:37:35 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-01-31 16:37:35 +0000 |
commit | 103758336b2f34b5e2bad16950b0ef5add3ac560 (patch) | |
tree | a28c257b88c4e97b8ec1ea6dd99390815a8261ff /devel/rapidsvn | |
parent | 7dc7e401c3b088b07e2416afbd65c3f3bb7c9135 (diff) | |
download | pkgsrc-103758336b2f34b5e2bad16950b0ef5add3ac560.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/Makefile | 9 |
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" |