diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 74fdd74..5cb70fa 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -28,10 +28,4 @@ MAN3= archive_entry.3 \ MAN5= libarchive-formats.5 \ tar.5 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502103 -IGNORE= is in the base system -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |