From af5d788bd449476ab5839220d4a5e04585c9e89e Mon Sep 17 00:00:00 2001 From: clsung Date: Tue, 8 Aug 2006 02:01:35 +0000 Subject: - tag BROKEN(does not build on 4.x) PR: ports/101619 Submitted by: maintainer (chinsan ) --- mail/pecl-esmtp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/pecl-esmtp') diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index 4d4c8c5d1e27..0bb907bb6580 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -25,6 +25,10 @@ OPTIONS= RE2C "Enable re2c to regenerate PHP parsers" on .include +.if ${OSVERSION} < 500000 +BROKEN= does not build on FreeBSD 4.x +.endif + .if defined(WITH_RE2C) BUILD_DEPENDS+= re2c:${PORTSDIR}/devel/re2c .endif -- cgit