summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-04 10:55:23 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-04 10:55:23 +0000
commit5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch)
tree8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /devel/subversion
parentUpdate to r41075 of the FreeBSD doc set. (diff)
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Notes
Notes: svn path=/head/; revision=313402
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index b3cf72caa6cc..d6ae6d38e95f 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -105,7 +105,7 @@ PLIST_SUB+= BOOK="@comment "
# testsuite will fail until PR156076 is committed
.if ${PORT_OPTIONS:MTEST}
-TEST_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
.endif
#.if ${PORT_OPTIONS:MASVN}