diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 04:23:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 04:23:32 +0000 |
commit | e2dd491a7d33477014d9c0880b4cf455352c6d5a (patch) | |
tree | 5465540801e623d4b839e6e3c6c43ab4bb97dc25 /archivers/xar | |
parent | 54a57d9dc9683c8638090489d0dc4034fe006789 (diff) | |
download | ports-e2dd491a7d33477014d9c0880b4cf455352c6d5a.tar.gz ports-e2dd491a7d33477014d9c0880b4cf455352c6d5a.zip |
Notes
Diffstat (limited to 'archivers/xar')
-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> |