diff options
-rw-r--r-- | www/session2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile index 50e6d548816c..90c88b456928 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://quixote.idyll.org/session2/ \ http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= session2-${PORTVERSION} -MAINTAINER= dryice@dryice.name +MAINTAINER= ports@FreeBSD.org COMMENT= A quixote session manager with persistence support USE_PYTHON= yes @@ -27,7 +27,6 @@ OPTIONS+= POSTGRESQL "psycopg support" on .if defined(WITH_MYSQL) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb -BROKEN= bad dependency line .endif .if defined(WITH_POSTGRESQL) |