diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:46:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:46:11 +0000 |
commit | 70150c2d3d8812dc6326de2e1cbdbcb629555a4a (patch) | |
tree | ac51feec40e226b6646676a4c519601c5aa3f5cf | |
parent | 46aa7e23de62352e40ec0880df969437156db000 (diff) | |
download | ports-70150c2d3d8812dc6326de2e1cbdbcb629555a4a.tar.gz ports-70150c2d3d8812dc6326de2e1cbdbcb629555a4a.zip |
Notes
-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 56986a3f8dda..de6ebbfa9448 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 |