diff options
Diffstat (limited to 'archivers/xar/Makefile')
-rw-r--r-- | archivers/xar/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index 0e6d5cbfe61b..ee3d969bfaeb 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -29,10 +29,4 @@ GNU_CONFIGURE= yes MAN1= xar.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD < 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |