diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /www | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-GinGin/Makefile | 8 | ||||
-rw-r--r-- | www/roundup/Makefile | 4 | ||||
-rw-r--r-- | www/trac/Makefile | 8 |
3 files changed, 6 insertions, 14 deletions
diff --git a/www/py-GinGin/Makefile b/www/py-GinGin/Makefile index 48d0868087d2..bb9037628819 100644 --- a/www/py-GinGin/Makefile +++ b/www/py-GinGin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GinGin -# Date created: 2008-02-26 -# Whom: Thinker K.F. Li <thinker@cowboy.branda.to> -# +# Created by: Thinker K.F. Li <thinker@cowboy.branda.to> # $FreeBSD$ -# PORTNAME= GinGin PORTVERSION= 1.0.1 @@ -16,7 +12,7 @@ COMMENT= A hybrid of WIKI and BLOG system BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mez_xml/__init__.py:${PORTSDIR}/devel/py-mez_xml RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/fcgi.py:${PORTSDIR}/www/py-fcgi USE_PYTHON= yes 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} diff --git a/www/trac/Makefile b/www/trac/Makefile index 89c74e664454..87d1a9c2b13e 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac -# Date created: 17 April 2004 -# Whom: Kuei-Feng Li <thinker@branda.to> -# +# Created by: Kuei-Feng Li <thinker@branda.to> # $FreeBSD$ -# PORTNAME= trac PORTVERSION= 0.12.3 @@ -87,7 +83,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz .if defined(WITH_PGSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2 .else -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 .endif .if !defined(WITHOUT_SUBVERSION) |