aboutsummaryrefslogtreecommitdiff
path: root/www/roundup
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 /www/roundup
parent243c0ad4d0252af27fdabdff1c8e04581608e044 (diff)
Notes
Diffstat (limited to 'www/roundup')
-rw-r--r--www/roundup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile
index 18ec6806e84b..72ab483f3b06 100644
--- a/www/roundup/Makefile
+++ b/www/roundup/Makefile
@@ -12,7 +12,7 @@ COMMENT= Issue-Tracking System for Knowledge Workers
LICENSE= PSFL
USE_GETTEXT= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS=yes
OPTIONS_DEFINE= SQLITE PGSQL MYSQL NLS
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT=SQLITE NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSQLITE}
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
.endif
.if ${PORT_OPTIONS:MPGSQL}