diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/p5-Filesys-Statvfs | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) | |
download | ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip |
Notes
Diffstat (limited to 'sysutils/p5-Filesys-Statvfs')
-rw-r--r-- | sysutils/p5-Filesys-Statvfs/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/p5-Filesys-Statvfs/Makefile b/sysutils/p5-Filesys-Statvfs/Makefile index 0e268e77edee..24e953821bb5 100644 --- a/sysutils/p5-Filesys-Statvfs/Makefile +++ b/sysutils/p5-Filesys-Statvfs/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Filesys::Statvfs.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= requires statvfs() which is not available before FreeBSD-5* -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |