. Chase the libarchive library version bump for FreeBSD 5.x.

Reported by:	pointyhat (via pav)
This commit is contained in:
Greg Lewis 2008-01-03 04:25:44 +00:00
parent 06bd05bf18
commit 872aff7abb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204882

View File

@ -29,7 +29,7 @@ MAN8= ftwin.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
LIB_DEPENDS+= archive.5:${PORTSDIR}/archivers/libarchive
LIB_DEPENDS+= archive.6:${PORTSDIR}/archivers/libarchive
CONFIGURE_ARGS+= --with-archive=${LOCALBASE}
.endif