diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:33:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:33:42 +0000 |
commit | 5c6f51f8b9971eb31a66d5b1ea298f51f361d12d (patch) | |
tree | 9b3688e90456959d9c206c4445c77c02c020d61d /biology | |
parent | BROKEN on 5.x: Does not install (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118278
Diffstat (limited to 'biology')
-rw-r--r-- | biology/nab/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/nab/Makefile b/biology/nab/Makefile index 95a223dc4cbb..d308bccff7de 100644 --- a/biology/nab/Makefile +++ b/biology/nab/Makefile @@ -34,6 +34,12 @@ LIBRARIES= cifparse.a libnab.a libsym.a INCS= defreal.h nab.h nabcode.h nabtypes.h +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not install on FreeBSD >= 5.x" +.endif + post-extract: @${CP} ${FILESDIR}/config.h ${WRKSRC} @@ -96,4 +102,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |