diff options
-rw-r--r-- | textproc/cdsware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/cdsware/Makefile b/textproc/cdsware/Makefile index 1ec6b47a9ede..ba276611e80b 100644 --- a/textproc/cdsware/Makefile +++ b/textproc/cdsware/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_mysql.so:${PORTSDIR}/databases/py-MySQLdb \ ${LOCALBASE}/bin/wml:${PORTSDIR}/www/wml \ ${PYNUMERIC} +BROKEN= "Conflicting dependencies: apache 1.x and apache 2.x" + .if !defined(WITHOUT_X11) . if !defined(WITHOUT_XPDF) RUN_DEPENDS+= ${X11BASE}/bin/pdftotext:${PORTSDIR}/graphics/xpdf |