aboutsummaryrefslogtreecommitdiff
path: root/www/roundup
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2011-09-01 15:21:21 +0000
committerSofian Brabez <sbz@FreeBSD.org>2011-09-01 15:21:21 +0000
commitc3061ba617b37720f93cee3fd4bc6aeef31b9ece (patch)
tree131084d6aed955f9347cff38bab877573a7092b5 /www/roundup
parent81a1f2e10835cc755fa70cf6c66784f22533c0bc (diff)
downloadports-c3061ba617b37720f93cee3fd4bc6aeef31b9ece.tar.gz
ports-c3061ba617b37720f93cee3fd4bc6aeef31b9ece.zip
- Bump USE_PYTHON to 2.5+
- Remove dependency on databases/py-pysqlite23, keep py-sqlite3 PR: ports/160220 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Approved by: jadawin@ (mentor)
Notes
Notes: svn path=/head/; revision=280986
Diffstat (limited to 'www/roundup')
-rw-r--r--www/roundup/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile
index aa79344956de..56a51590917a 100644
--- a/www/roundup/Makefile
+++ b/www/roundup/Makefile
@@ -17,7 +17,7 @@ LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USE_GETTEXT= yes
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
OPTIONS= SQLITE "Support Sqlite as backend" on
@@ -28,11 +28,7 @@ OPTIONS+= NLS "Native Language Support" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_SQLITE)
-.if ${PYTHON_REL} >= 250
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
-.else
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23
-.endif
.endif
.if defined(WITH_PGSQL)