From e51f9955b290071091014de1de428d5a33bfbd68 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 30 Jul 2003 23:07:37 +0000 Subject: BROKEN on 5.x: does not compile --- irc/darkbot/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc') diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile index 084e376304a2..21bf8d6e4502 100644 --- a/irc/darkbot/Makefile +++ b/irc/darkbot/Makefile @@ -24,7 +24,13 @@ MANCOMPRESSED= yes GNU_CONFIGURE= yes IS_INTERACTIVE= yes +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-install: ${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST} -.include +.include -- cgit v1.2.3