diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-11 17:05:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-11 17:05:18 +0000 |
commit | e089d0414324d4b71a76e5572e50cd804655f6e2 (patch) | |
tree | af53f08e2c14612893a885ee6106f8d77d0e933d /irc/inspircd | |
parent | d887fb2b91d38fdb00955c3404ae0443bd6e9358 (diff) | |
download | ports-e089d0414324d4b71a76e5572e50cd804655f6e2.tar.gz ports-e089d0414324d4b71a76e5572e50cd804655f6e2.zip |
Notes
Diffstat (limited to 'irc/inspircd')
-rw-r--r-- | irc/inspircd/Makefile | 8 |
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> |