diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:54:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:54:40 +0000 |
commit | dd72cb984e7a858c5519ee834ed4df9c95893f70 (patch) | |
tree | 6775524aa14adcc185c7f8539f8155228eafc823 /devel/hs-alex | |
parent | Canonicalize definition of BROKEN. (diff) |
BROKEN on >= 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=124264
Diffstat (limited to 'devel/hs-alex')
-rw-r--r-- | devel/hs-alex/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |