aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-07-31 07:07:37 +0800
committerkris <kris@FreeBSD.org>2003-07-31 07:07:37 +0800
commit57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162 (patch)
treee4dd49c22f2832258a14e878f1cd6b413f070182 /irc
parentb47cc94805f6d0107623530d85776f39d157fc40 (diff)
downloadfreebsd-ports-gnome-57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162.tar.gz
freebsd-ports-gnome-57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162.tar.zst
freebsd-ports-gnome-57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'irc')
-rw-r--r--irc/darkbot/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-install:
${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>