View | Details | Raw Unified | Return to bug 153139
Collapse All | Expand All

(-)archivers/rpm4/Makefile (-1 / +5 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	rpm
7
PORTNAME=	rpm
8
PORTVERSION=	4.8.1
8
PORTVERSION=	4.8.1
9
PORTREVISION=	3
9
PORTREVISION=	4
10
CATEGORIES=	archivers
10
CATEGORIES=	archivers
11
MASTER_SITES=	http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \
11
MASTER_SITES=	http://rpm.org/releases/rpm-${PORTVERSION:R}.x/ \
12
		ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/
12
		ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-${PORTVERSION:E}.x/
Lines 37-42 Link Here
37
37
38
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
39
39
40
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
41
LIB_DEPENDS+=	lzma.0:${PORTSDIR}/archivers/xz
42
.endif
43
40
.ifdef	WITH_PYTHON
44
.ifdef	WITH_PYTHON
41
CONFIGURE_ARGS+=--enable-python
45
CONFIGURE_ARGS+=--enable-python
42
USE_PYTHON=	2.6+
46
USE_PYTHON=	2.6+

Return to bug 153139