aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-20 16:39:35 +0800
committerpav <pav@FreeBSD.org>2006-05-20 16:39:35 +0800
commit145699b752c5203a03cb3ca800f26f1e5bacc5a1 (patch)
tree464be27ff78dc6b435cff28fbfe39fb285dafa94 /devel
parent30efded036874c74618dfb5ac31c875f7b199f8c (diff)
downloadfreebsd-ports-gnome-145699b752c5203a03cb3ca800f26f1e5bacc5a1.tar.gz
freebsd-ports-gnome-145699b752c5203a03cb3ca800f26f1e5bacc5a1.tar.zst
freebsd-ports-gnome-145699b752c5203a03cb3ca800f26f1e5bacc5a1.zip
- Mark BROKEN on FreeBSD 4.X
Reported by: krismail
Diffstat (limited to 'devel')
-rw-r--r--devel/ztcl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ztcl/Makefile b/devel/ztcl/Makefile
index 4f6e60c82882..852fa4bcd451 100644
--- a/devel/ztcl/Makefile
+++ b/devel/ztcl/Makefile
@@ -34,7 +34,13 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}"
MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \
LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on FreeBSD 4.X
+.endif
+
post-extract:
${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>