diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:20:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:20:18 +0000 |
commit | 0c38b16b1f91878cb8e4c43c11fd87fcd603c5b6 (patch) | |
tree | f2782fe11dc0c964b209b008e6766edaede4c569 /www | |
parent | BROKEN: Fails to patch (diff) |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=131983
Diffstat (limited to 'www')
-rw-r--r-- | www/zope-mysqluserfolder/Makefile | 2 | ||||
-rw-r--r-- | www/zope-zmysqlda/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/zope-mysqluserfolder/Makefile b/www/zope-mysqluserfolder/Makefile index c7cc63c66c9e..003c00534ee9 100644 --- a/www/zope-mysqluserfolder/Makefile +++ b/www/zope-mysqluserfolder/Makefile @@ -17,6 +17,8 @@ COMMENT= A Zope user folder which uses MySQL database to store user information RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb +BROKEN= Incomplete pkg-plist + USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope diff --git a/www/zope-zmysqlda/Makefile b/www/zope-zmysqlda/Makefile index 575c33816359..618caf9e7584 100644 --- a/www/zope-zmysqlda/Makefile +++ b/www/zope-zmysqlda/Makefile @@ -20,6 +20,8 @@ COMMENT= MySQL Database Adapter for the Zope web application framework RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb +BROKEN= Incomplete pkg-plist + USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope |