aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2009-06-15 06:26:33 +0800
committerkuriyama <kuriyama@FreeBSD.org>2009-06-15 06:26:33 +0800
commite47c388b8cf992fb2c0cee0dff2931a692a69f26 (patch)
tree025ecdd069beef07d3d51c4a2df94647026eac0f /devel
parent9696f6aa0429672a0e262c978250e08c5f65b9a2 (diff)
downloadfreebsd-ports-gnome-e47c388b8cf992fb2c0cee0dff2931a692a69f26.tar.gz
freebsd-ports-gnome-e47c388b8cf992fb2c0cee0dff2931a692a69f26.tar.zst
freebsd-ports-gnome-e47c388b8cf992fb2c0cee0dff2931a692a69f26.zip
- Specify svn-include and svn-lib explicitly to unbreak with custom
$PREFIX.
Diffstat (limited to 'devel')
-rw-r--r--devel/rapidsvn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile
index 4be1433f9537..38cd74109809 100644
--- a/devel/rapidsvn/Makefile
+++ b/devel/rapidsvn/Makefile
@@ -26,6 +26,8 @@ USE_AUTOTOOLS= autoconf:262 libtool:15 automake:19
CONFIGURE_TARGET=
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
--with-apu-config=apu-1-config \
+ --with-svn-include=${LOCALBASE}/include \
+ --with-svn-lib=${LOCALBASE}/lib \
--with-neon-config=neon-config \
--with-xsltproc=xsltproc \
--with-docbook-xsl-manpages=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl \