diff options
author | lev <lev@FreeBSD.org> | 2004-07-30 20:37:58 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2004-07-30 20:37:58 +0800 |
commit | 963781872d7e279d54102ea3167c04b279614cd1 (patch) | |
tree | ffa9fc80f4fd34462b52dc4dafa93117664f4138 /devel/subversion-freebsd/Makefile | |
parent | af2bdfea9631a2e1671ff5fafc8cca1f32fdc6df (diff) | |
download | freebsd-ports-gnome-963781872d7e279d54102ea3167c04b279614cd1.tar.gz freebsd-ports-gnome-963781872d7e279d54102ea3167c04b279614cd1.tar.zst freebsd-ports-gnome-963781872d7e279d54102ea3167c04b279614cd1.zip |
Update to 1.0.6.
This is NOT fix problem with apache2 module.
Fix for module will be in next commit.
Diffstat (limited to 'devel/subversion-freebsd/Makefile')
-rw-r--r-- | devel/subversion-freebsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 0bfdbb3aef06..708f820f3b28 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/tarballs/ @@ -97,6 +97,8 @@ CONFIGURE_ARGS+=--with-apr=${LOCALBASE}/lib/apache2/apr-config \ APR_APU_DIR= ${LOCALBASE}/lib/apache2 APR_PORT= www/apache2 OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) +#LDFLAGS+= -rpath ${LOCALBASE}/lib/apache2 -rpath ${LOCALBASE}/libexec/apache2 +#CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .else LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr-svn CONFIGURE_ARGS+=--with-apr=${LOCALBASE} \ |