diff options
author | kris <kris@FreeBSD.org> | 2004-10-29 05:01:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-10-29 05:01:05 +0800 |
commit | af3055f72230b0ca514ccd52691ffe5eef516b87 (patch) | |
tree | 6aa6200c5df94cb6928a81d72e3ebdbe06bf1c7b /biology | |
parent | 5edf7472c29bc2255e6b16d6f72df68484b27df8 (diff) | |
download | freebsd-ports-gnome-af3055f72230b0ca514ccd52691ffe5eef516b87.tar.gz freebsd-ports-gnome-af3055f72230b0ca514ccd52691ffe5eef516b87.tar.zst freebsd-ports-gnome-af3055f72230b0ca514ccd52691ffe5eef516b87.zip |
Now installs on FreeBSD 5.x.
Diffstat (limited to 'biology')
-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> |