mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
BROKEN on 4.x: does not build
This commit is contained in:
parent
20ff6a2c84
commit
9a0d0d88ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101616
@ -17,6 +17,10 @@ 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
|
||||
|
@ -24,6 +24,10 @@ FPSETPERM= ${FP_DIR}/set_default_perms.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
PKGMESSAGE= pkg-message
|
||||
|
||||
INSTALL_FILE= ${INSTALL} -c -m 555 -o bin -g bin
|
||||
|
Loading…
Reference in New Issue
Block a user