aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion16/Makefile.common
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2009-04-03 18:39:28 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2009-04-03 18:39:28 +0000
commit21243d2edde7c1255112cbde67887206e477d3d4 (patch)
treeac067c282ebd6102c7e90a1dc6d2c388a1b4b5b3 /devel/subversion16/Makefile.common
parent1513b36fc8632cbb97e7a9b3959c7d0392da904c (diff)
downloadports-21243d2edde7c1255112cbde67887206e477d3d4.tar.gz
ports-21243d2edde7c1255112cbde67887206e477d3d4.zip
Notes
Diffstat (limited to 'devel/subversion16/Makefile.common')
-rw-r--r--devel/subversion16/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common
index f176125fdbde..049367745346 100644
--- a/devel/subversion16/Makefile.common
+++ b/devel/subversion16/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)