diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-05-07 18:12:36 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-05-07 18:12:36 +0000 |
commit | a0411e156e84ff14adcc9b4572731765e1b87882 (patch) | |
tree | 11b5a7492e3901433aa77b3e65bcd815ca85f321 /net | |
parent | - Remove BROKEN since port is building and working fine on 800085 (diff) |
- Remove BROKEN, new version build fine on FreeBSD 8.0
Notes
Notes:
svn path=/head/; revision=233376
Diffstat (limited to 'net')
-rw-r--r-- | net/netwib/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile index ac33aed32887..877a5ce4247c 100644 --- a/net/netwib/Makefile +++ b/net/netwib/Makefile @@ -49,10 +49,4 @@ do-configure: ${WRKSRC}/config.dat (cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake ) -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |