diff options
Diffstat (limited to 'irc/nethirc')
-rw-r--r-- | irc/nethirc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 7f75dd93acde..355fd379cf07 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -14,13 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Perl-based irc client that uses Net::IRC -.include <bsd.port.pre.mk> RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC -.if ${OSVERSION} < 500000 -BROKEN= "Does not build" -.endif - NO_BUILD= yes USE_PERL5= yes MAN1= nethirc.1 nhirc.1 @@ -28,4 +23,4 @@ MAN1= nethirc.1 nhirc.1 do-install: (cd ${WRKSRC} && ${SH} install.sh ${PREFIX}) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |