From 224a562507eb70dfa39fc83dc85bb7cff55fa67e Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 17 Dec 2004 06:54:40 +0000 Subject: BROKEN on >= 5.x: Does not compile --- devel/hs-alex/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index a18b04d2ea5a..8476c684320c 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -31,6 +31,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= PORTVERSION="${PORTVERSION}" +.include + +.if ${OSVERSION} > 503001 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if !defined(NOPORTDOCS) post-build: ${GMAKE} -C ${WRKSRC}/alex/doc ps @@ -44,4 +50,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/alex/doc/alex.ps ${DOCSDIR} .endif -.include +.include -- cgit