summaryrefslogtreecommitdiff
path: root/irc/nethirc
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-04-30 14:07:15 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-04-30 14:07:15 +0000
commita0bdea9d39f16bd6249b67c2aceae1a9d55d01bf (patch)
tree6015c6ed1114bfda240c6c5e822bf574c09d2dd3 /irc/nethirc
parentPrevious commit is wrong. The proper way to do it right is by adding (diff)
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/Makefile7
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>