diff options
-rw-r--r-- | devel/cgdb/Makefile | 2 | ||||
-rw-r--r-- | japanese/expect/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 650d99b56347..8f02ae5b2c4d 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gslin@gslin.org COMMENT= A curses-based interface to the GNU Debugger +BROKEN= Does not compile + GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 3f9e166bf2fe..cea5ba83c7aa 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -15,6 +15,8 @@ COMMENT= A sophisticated scripter based on Japanized tcl/tk LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 +BROKEN= Does not compile + USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ |