diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:17:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-30 01:17:37 +0000 |
commit | 286dcba3ff86d5008224720619d5d8455206b9ff (patch) | |
tree | 014554b6505ea8a1d6f4d5258d2aba637a83b4cb /irc | |
parent | Attempt to fix build by adding USE_PERL5_BUILD (diff) |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=134387
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-rusnet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/ircd-rusnet/Makefile b/irc/ircd-rusnet/Makefile index 7a7010bb965f..3401e5ed3170 100644 --- a/irc/ircd-rusnet/Makefile +++ b/irc/ircd-rusnet/Makefile @@ -19,6 +19,8 @@ DISTNAME= rusnet-${PORTVERSION} MAINTAINER= sead@mail.ru COMMENT= RusNet Internet Relay Chat Server +BROKEN= Does not build + USE_BZIP2= yes GNU_CONFIGURE= yes |