diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-09-06 16:35:31 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-09-06 16:35:31 +0000 |
commit | 8dcd436f230e28f7befd94794ea64f74e9786e6f (patch) | |
tree | 2f86952603b1e555a6371b326fc1e4512494bfa4 /archivers/libarchive | |
parent | cdd2dba5f77794b84888666e6b6a09dd8d752175 (diff) | |
download | ports-8dcd436f230e28f7befd94794ea64f74e9786e6f.tar.gz ports-8dcd436f230e28f7befd94794ea64f74e9786e6f.zip |
Notes
Diffstat (limited to 'archivers/libarchive')
-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 74fdd7450457..5cb70fa75efa 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> |