diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 23:58:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 23:58:51 +0000 |
commit | 943138216df4ba5ba68184482e1cb39fdcdd1742 (patch) | |
tree | f8ecb6cb2023b00569980dca1173f50831fbc3af /cad | |
parent | a941bc66eb1451d3201451e49de7cf41680bb41a (diff) | |
download | ports-943138216df4ba5ba68184482e1cb39fdcdd1742.tar.gz ports-943138216df4ba5ba68184482e1cb39fdcdd1742.zip |
Mark BROKEN: compiler error
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=28115
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 2 | ||||
-rw-r--r-- | cad/qcad2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 5d76f3fff4bb..ff3801fe1759 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -18,6 +18,8 @@ MAKEFILE= makefile MAKE_ENV= CC="${CXX}" USE_QT2= yes +BROKEN= "Compiler error" + QCADDIR= ${PREFIX}/lib/qcad QCADDOCDIR= ${PREFIX}/share/doc/qcad QCADSAMPLEDIR= ${PREFIX}/share/examples/qcad diff --git a/cad/qcad2/Makefile b/cad/qcad2/Makefile index 5d76f3fff4bb..ff3801fe1759 100644 --- a/cad/qcad2/Makefile +++ b/cad/qcad2/Makefile @@ -18,6 +18,8 @@ MAKEFILE= makefile MAKE_ENV= CC="${CXX}" USE_QT2= yes +BROKEN= "Compiler error" + QCADDIR= ${PREFIX}/lib/qcad QCADDOCDIR= ${PREFIX}/share/doc/qcad QCADSAMPLEDIR= ${PREFIX}/share/examples/qcad |