diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/p5-File-ExtAttr | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-ExtAttr')
-rw-r--r-- | devel/p5-File-ExtAttr/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-File-ExtAttr/Makefile b/devel/p5-File-ExtAttr/Makefile index f0d4f4b15d09..9917344e1f60 100644 --- a/devel/p5-File-ExtAttr/Makefile +++ b/devel/p5-File-ExtAttr/Makefile @@ -18,10 +18,4 @@ PERL_CONFIGURE= 5.8.0+ MAN3= File::ExtAttr.3 File::ExtAttr::Tie.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500018 -IGNORE= extended attributes require FreeBSD 5.x at least after 20010326 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |