diff options
-rw-r--r-- | irc/weechat-devel/Makefile | 6 | ||||
-rw-r--r-- | irc/weechat/Makefile | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index c267941ea2b..db1fa6e4da4 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -65,6 +65,10 @@ CONFIGURE_ARGS+= --disable-gnu-tls .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= this port does not compile on FreeBSD 4.x. +.endif + .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500600 IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index c267941ea2b..db1fa6e4da4 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -7,7 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -65,6 +65,10 @@ CONFIGURE_ARGS+= --disable-gnu-tls .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= this port does not compile on FreeBSD 4.x. +.endif + .if defined(WITH_PERL) .if ${PERL_LEVEL} < 500600 IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again |