diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-08 23:16:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-08 23:16:13 +0000 |
commit | 2a27888eaf2a26a4f4997f43a5269d577c692f0f (patch) | |
tree | dd061085a3843af43c31154ef3b33bfda1e35ea9 /irc | |
parent | Fix build on 4-x (diff) |
BROKEN on 4.x: Broken pkg-plist
Notes
Notes:
svn path=/head/; revision=123502
Diffstat (limited to 'irc')
-rw-r--r-- | irc/tr-ircd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 8a2add8e0ab1..76dc8eda30da 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -41,6 +41,10 @@ CONFIGURE_ARGS+=--enable-small-nets .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Broken pkg-plist" +.endif + .if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--enable-ipv6 .endif |