diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-04-30 14:07:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-04-30 14:07:15 +0000 |
commit | a0bdea9d39f16bd6249b67c2aceae1a9d55d01bf (patch) | |
tree | 6015c6ed1114bfda240c6c5e822bf574c09d2dd3 /irc/nethirc | |
parent | dd205b9669ad581ac1aa1e4bf1d65168f57766f6 (diff) | |
download | ports-a0bdea9d39f16bd6249b67c2aceae1a9d55d01bf.tar.gz ports-a0bdea9d39f16bd6249b67c2aceae1a9d55d01bf.zip |
Unbreak: mat@ fixed the dependency causing the build-errors on -STABLE.
Approved by: linimon (implicit)
Notes
Notes:
svn path=/head/; revision=108028
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> |