diff options
author | vs <vs@FreeBSD.org> | 2004-04-30 14:07:15 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-30 14:07:15 +0000 |
commit | 85baa5afb046f0f9b3b525477235ee5c61041178 (patch) | |
tree | 023607648d8d335e50065ae25dc1854d14601baa /irc | |
parent | 44cd70dfab2ef7e08fad2f6b6d152f31da9b79a6 (diff) | |
download | FreeBSD-ports-85baa5afb046f0f9b3b525477235ee5c61041178.zip FreeBSD-ports-85baa5afb046f0f9b3b525477235ee5c61041178.tar.gz |
Unbreak: mat@ fixed the dependency causing the build-errors on -STABLE.
Approved by: linimon (implicit)
Diffstat (limited to 'irc')
-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 7f75dd9..355fd37 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> |