diff options
-rw-r--r-- | cad/qcad/Makefile | 2 | ||||
-rw-r--r-- | cad/qcad2/Makefile | 2 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 2 | ||||
-rw-r--r-- | games/nethack33-qt/Makefile | 2 | ||||
-rw-r--r-- | games/nethack34-qt/Makefile | 2 |
5 files changed, 10 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 diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 5a9c0b68437c..b73d80f7ee16 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -30,6 +30,8 @@ USE_QT= yes USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 +BROKEN= "Compiler error" + pre-configure: @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @ ${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index 5a9c0b68437c..b73d80f7ee16 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-qt/Makefile @@ -30,6 +30,8 @@ USE_QT= yes USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 +BROKEN= "Compiler error" + pre-configure: @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @ ${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 5a9c0b68437c..b73d80f7ee16 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -30,6 +30,8 @@ USE_QT= yes USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 +BROKEN= "Compiler error" + pre-configure: @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @ ${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" |