- Fix build on systems, where xz is not in the base system

Reported by:	pointyhat (via pav)
This commit is contained in:
Gabor Kovesdan 2011-10-14 10:04:12 +00:00
parent 4f6ebf9040
commit fbf4d29337
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283503

View File

@ -47,6 +47,7 @@ CONFLICTS= gnugrep-*
.if !(${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505))
LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/bin
.endif
.if defined(WITHOUT_NLS)