Index: archivers/rpm4/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/rpm4/Makefile,v --- archivers/rpm4/Makefile 4 Dec 2010 07:30:16 -0000 1.29 +++ archivers/rpm4/Makefile 14 Dec 2010 05:49:14 -0000 @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 4.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/ @@ -37,6 +37,10 @@ .include +.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) +LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz +.endif + .ifdef WITH_PYTHON CONFIGURE_ARGS+=--enable-python USE_PYTHON= 2.6+