diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:25:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:25:39 +0000 |
commit | 5a13d6b79f8784b4174bf4a12ac748dd79bcb776 (patch) | |
tree | 8cec5cfc2e9031e937f64e71e5a66e4efdb82f90 /irc | |
parent | 4a9752e07ca87568e3697c0548f3c32752e90d59 (diff) | |
download | ports-5a13d6b79f8784b4174bf4a12ac748dd79bcb776.tar.gz ports-5a13d6b79f8784b4174bf4a12ac748dd79bcb776.zip |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=146535
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-ecl-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/xchat-ecl-plugin/Makefile b/irc/xchat-ecl-plugin/Makefile index 57d042754029..94ed68436353 100644 --- a/irc/xchat-ecl-plugin/Makefile +++ b/irc/xchat-ecl-plugin/Makefile @@ -18,6 +18,8 @@ COMMENT= X-Chat 2.x plugin to allow Common Lisp scripting BUILD_DEPENDS= ecl:${PORTSDIR}/lang/ecl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 +BROKEN= Does not build + INFO= xchatlisp WRKSRC= ${WRKDIR}/eclplugin-${PORTVERSION} |