diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 15:40:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 15:40:33 +0800 |
commit | 09529242a582697e417100feb8b328298edc6498 (patch) | |
tree | a3eac956fd46175f90cc5a24cb932edc4ab7bb27 /textproc | |
parent | a58738ed48999c7df25750937f3115f788954f97 (diff) | |
download | freebsd-ports-gnome-09529242a582697e417100feb8b328298edc6498.tar.gz freebsd-ports-gnome-09529242a582697e417100feb8b328298edc6498.tar.zst freebsd-ports-gnome-09529242a582697e417100feb8b328298edc6498.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 |