aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlkit/Makefile')
-rw-r--r--databases/py-sqlkit/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/py-sqlkit/Makefile b/databases/py-sqlkit/Makefile
index 0215080b53ae..d917f46bdf79 100644
--- a/databases/py-sqlkit/Makefile
+++ b/databases/py-sqlkit/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: databases/py-sqlkit
-# Date created: 2011-05-09
-# Whom: bsam
-#
+# Created by: bsam
# $FreeBSD$
-#
PORTNAME= sqlkit
PORTVERSION= 0.9.5.1
@@ -61,7 +57,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-ps
.endif
.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:MSYBASE}