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

(-)Makefile (-3 lines)
Lines 17-25 Link Here
17
COMMENT=	Library for delta compression of streams
17
COMMENT=	Library for delta compression of streams
18
18
19
LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
19
LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
20
.if !exists(/usr/bin/bzip2)
21
LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
22
.endif
23
20
24
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
25
USE_GMAKE=	yes
22
USE_GMAKE=	yes

Return to bug 88993