diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:01:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:01:05 +0000 |
commit | 1438099ab06e7663b19adf00d1ccde07d7efdc99 (patch) | |
tree | e2730866e96a82d03922b8fdc40d9c4a4bb3a4f0 /biology/nab | |
parent | Now compiles on FreeBSD 5.x. (diff) |
Now installs on FreeBSD 5.x.
Notes
Notes:
svn path=/head/; revision=120430
Diffstat (limited to 'biology/nab')
-rw-r--r-- | biology/nab/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/nab/Makefile b/biology/nab/Makefile index d308bccff7de..95a223dc4cbb 100644 --- a/biology/nab/Makefile +++ b/biology/nab/Makefile @@ -34,12 +34,6 @@ 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} @@ -102,4 +96,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |