Fix shared lib version of lzma.

Pointy hat:	johans

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2010-12-16 10:35:47 +00:00
parent 7ee3454730
commit 7a46125574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266422

View file

@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--with-external-db
.include <bsd.port.options.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz
LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
.endif
.ifndef WITHOUT_PYTHON