diff options
author | kris <kris@FreeBSD.org> | 2004-02-18 06:46:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-18 06:46:11 +0800 |
commit | 7b0817ffef6983a323ab68b453cfaf29d5201f00 (patch) | |
tree | fd3939e2f456ead52c713722fab8ae4c0cd34d57 /textproc/xxdiff | |
parent | b736f51659117a694f38fa29765f7be69bdabf1a (diff) | |
download | freebsd-ports-graphics-7b0817ffef6983a323ab68b453cfaf29d5201f00.tar.gz freebsd-ports-graphics-7b0817ffef6983a323ab68b453cfaf29d5201f00.tar.zst freebsd-ports-graphics-7b0817ffef6983a323ab68b453cfaf29d5201f00.zip |
BROKEN: inconsistent dependencies (qt 2.x and 3.x)
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 56986a3f8dd..de6ebbfa944 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -23,6 +23,8 @@ COMMENT= QT interface to view/merge differences between 2 or 3 files BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +BROKEN= "Inconsistent dependencies (qt 2.x and 3.x)" + USE_BISON= yes USE_GMAKE= yes USE_QT_VER= 2 |