diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 15:40:33 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 15:40:33 +0800 |
commit | fa37af47b9a9607a853453696f12527afa29ef67 (patch) | |
tree | 0898f449e84f5b38754fd7a0931f6ade14dfd5ab /textproc | |
parent | ad368a38643c0e86ef9954154e28140159202ded (diff) | |
download | freebsd-ports-gnome-fa37af47b9a9607a853453696f12527afa29ef67.tar.gz freebsd-ports-gnome-fa37af47b9a9607a853453696f12527afa29ef67.tar.zst freebsd-ports-gnome-fa37af47b9a9607a853453696f12527afa29ef67.zip |
BROKEN: Conflicting dependencies (apache 1.x and apache 2.x)
Approved by: portmgr (self)
Diffstat (limited to 'textproc')
-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 |