summaryrefslogtreecommitdiff
path: root/devel/ruby-subversion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-subversion/Makefile')
-rw-r--r--devel/ruby-subversion/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
index c078185f193d..07100591241c 100644
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -10,7 +10,11 @@ PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
+.if defined(USE_SUBVERSION) && ${USE_SUBVERSION} == 16
+MASTERDIR= ${.CURDIR}/../../devel/subversion16
+.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
+.endif
PKGDIR= ${.CURDIR}
CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}