diff options
Diffstat (limited to 'devel/subversion16/Makefile.common')
-rw-r--r-- | devel/subversion16/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index a629f98c7e0e..e383d3e9e14b 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.4 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ @@ -62,10 +62,12 @@ WITH_APACHE2_APR= yes CONFIGURE_ARGS+= --with-apxs=${APXS} PLIST_SUB+= MOD_DAV_SVN="" SVNGROUP?= www +SVNGUSER?= www .else PLIST_SUB+= MOD_DAV_SVN="@comment " PKGDEINSTALL= NONEXISTENT SVNGROUP?= svn +SVNUSER?= svn .endif .if defined(WITH_APACHE2_APR) |