diff options
author | glewis <glewis@FreeBSD.org> | 2005-09-06 16:35:31 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-09-06 16:35:31 +0000 |
commit | 380504d8811660fca26b128fdde3d9670e68359f (patch) | |
tree | 49ebdb2591410ff1a31e9e93fda48202a74944ce /archivers | |
parent | f3dfad218d35a92d26968ee51878bdccdd49c613 (diff) | |
download | FreeBSD-ports-380504d8811660fca26b128fdde3d9670e68359f.zip FreeBSD-ports-380504d8811660fca26b128fdde3d9670e68359f.tar.gz |
. Allow installation on recent versions of FreeBSD. Although this is in
the base system, the version in this port may contain newer features
which are not in the base system version (depending on how old your
FreeBSD version is).
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> |