aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subversion/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'devel/subversion/Makefile.common')
-rw-r--r--devel/subversion/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index f176125fdbde..049367745346 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -16,7 +16,8 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --with-ssl
+CONFIGURE_ARGS= --with-ssl
+MAKE_JOBS_SAFE= yes
WANT_PERL= yes
.if defined(SVN_BUILD_BINDINGS)