diff options
author | kris <kris@FreeBSD.org> | 2004-10-28 21:01:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-10-28 21:01:05 +0000 |
commit | af3055f72230b0ca514ccd52691ffe5eef516b87 (patch) | |
tree | 6aa6200c5df94cb6928a81d72e3ebdbe06bf1c7b /biology/nab | |
parent | 5edf7472c29bc2255e6b16d6f72df68484b27df8 (diff) | |
download | FreeBSD-ports-af3055f72230b0ca514ccd52691ffe5eef516b87.zip FreeBSD-ports-af3055f72230b0ca514ccd52691ffe5eef516b87.tar.gz |
Now installs on FreeBSD 5.x.
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 d308bccf..95a223d 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> |