summaryrefslogtreecommitdiff
path: root/irc/inspircd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-11 17:05:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-11 17:05:18 +0000
commite089d0414324d4b71a76e5572e50cd804655f6e2 (patch)
treeaf53f08e2c14612893a885ee6106f8d77d0e933d /irc/inspircd
parent- Update to 2.0.0 (diff)
- Mark BROKEN on FreeBSD 4
Notes
Notes: svn path=/head/; revision=182109
Diffstat (limited to 'irc/inspircd')
-rw-r--r--irc/inspircd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index 77371cde520b..ffee72a2cf2b 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -23,6 +23,12 @@ USE_PERL5_BUILD=yes
CONFIGURE_ARGS= -update
HAS_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile (old perl)
+.endif
+
# We're using a nonstandard configure, so these cached
# values must be copied into the ${WRKSRC} directory.
pre-configure:
@@ -49,4 +55,4 @@ post-install:
${STRIP_CMD} ${PREFIX}/lib/inspircd/*.so
${STRIP_CMD} ${PREFIX}/bin/inspircd
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>