aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-04-30 22:07:15 +0800
committervs <vs@FreeBSD.org>2004-04-30 22:07:15 +0800
commit85baa5afb046f0f9b3b525477235ee5c61041178 (patch)
tree023607648d8d335e50065ae25dc1854d14601baa
parent44cd70dfab2ef7e08fad2f6b6d152f31da9b79a6 (diff)
downloadfreebsd-ports-graphics-85baa5afb046f0f9b3b525477235ee5c61041178.tar.gz
freebsd-ports-graphics-85baa5afb046f0f9b3b525477235ee5c61041178.tar.zst
freebsd-ports-graphics-85baa5afb046f0f9b3b525477235ee5c61041178.zip
Unbreak: mat@ fixed the dependency causing the build-errors on -STABLE.
Approved by: linimon (implicit)
-rw-r--r--irc/nethirc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile
index 7f75dd93acd..355fd379cf0 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>