diff options
-rw-r--r-- | games/enigma/Makefile | 2 | ||||
-rw-r--r-- | textproc/iiimf-gtk/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 26f59093cb16..b6fb290ea17a 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libzipios.a:${PORTSDIR}/archivers/zipios++ BUILD_DEPENDS+= ${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4 LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4 +BROKEN= Does not compile + GNU_CONFIGURE= yes USE_XLIB= yes USE_GMAKE= yes diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index dc3ae8679d7b..48d056dd7ef6 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -20,6 +20,8 @@ COMMENT= Internet/Intranet Input Method Gtk Client Framework LIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \ iiimcf.2:${PORTSDIR}/textproc/iiimf-client-lib +BROKEN= Does not compile + USE_GNOME= gtk20 USE_X_PREFIX= yes |