diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-05-07 18:41:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-05-07 18:41:42 +0000 |
commit | 832a9dcfa4533a8b27384502f90cac254b7a0010 (patch) | |
tree | 1a7ebde2954397e17627828f382c11eea7e106b1 /net | |
parent | - Remove BROKEN, new version build fine on FreeBSD 8.0 (diff) |
- Remove BROKEN message since version 1.0.4 work fine on FreeBSD 8.0
Notes
Notes:
svn path=/head/; revision=233377
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-ARP/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile index a3e0018c30d9..e1fd2817e762 100644 --- a/net/p5-Net-ARP/Makefile +++ b/net/p5-Net-ARP/Makefile @@ -23,10 +23,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= Net::ARP.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |