- no longer broken because it's fixed in the last commit (ports/153760)

- drop maintainership
This commit is contained in:
Dryice Dong Liu 2011-06-11 12:56:43 +00:00
parent 0fbf097ad9
commit 5ac2aa22bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275364

View file

@ -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)