diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:40:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:40:35 +0000 |
commit | 318fb9ecb8ff037dc2c42231af5a47f8a3374632 (patch) | |
tree | ec604c4ecb9858faac183a59ab9477d161e590ef | |
parent | 9414756e080ca10f96d72eb2b650bf97f3cbfeef (diff) | |
download | ports-318fb9ecb8ff037dc2c42231af5a47f8a3374632.tar.gz ports-318fb9ecb8ff037dc2c42231af5a47f8a3374632.zip |
Notes
-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 \ |