diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-11-07 14:02:03 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-11-07 14:02:03 +0000 |
commit | 0b06fd17670a452ecbb790dc2942cad30072c92c (patch) | |
tree | 4976ef4e75d25bbcdcdbdd2702a8f7028244962a /irc | |
parent | Update to version 4.33. (diff) |
Mark BROKEN: does not build with newer st
Notes
Notes:
svn path=/head/; revision=222490
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/ircg/Makefile b/irc/ircg/Makefile index b63d173daab2..73551c7be167 100644 --- a/irc/ircg/Makefile +++ b/irc/ircg/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.matthiaswinkelmann.com/files/ MAINTAINER= alecn2002@yandex.ru COMMENT= Gateway betwean IRC server and PHP-powered Web server +BROKEN= Does not build with newer st + LIB_DEPENDS= st.1:${PORTSDIR}/devel/st WRKSRC= ${WRKDIR}/${DISTNAME:U} |