diff options
-rw-r--r-- | www/zope-mysqluserfolder/Makefile | 2 | ||||
-rw-r--r-- | www/zope-zmysqlda/Makefile | 2 | ||||
-rw-r--r-- | x11/wrapper/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/www/zope-mysqluserfolder/Makefile b/www/zope-mysqluserfolder/Makefile index c7cc63c..003c005 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 575c338..618caf9 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 diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile index a34dac8..c6fc2af 100644 --- a/x11/wrapper/Makefile +++ b/x11/wrapper/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= # intentionally left blank MAINTAINER= trevor@FreeBSD.org +BROKEN= Incomplete pkg-plist + CONFLICTS= XFree86-3.3.6* NO_WRKSUBDIR= yes PLIST_FILES= bin/Xwrapper |