diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:40:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:40:33 +0000 |
commit | fa37af47b9a9607a853453696f12527afa29ef67 (patch) | |
tree | 0898f449e84f5b38754fd7a0931f6ade14dfd5ab | |
parent | BROKEN on 5.x: Does not compile (diff) |
BROKEN: Conflicting dependencies (apache 1.x and apache 2.x)
Approved by: portmgr (self)
-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 |