From abb93a89506b986471b7e85be21c20a99dad3f3a Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 2 Apr 2003 11:29:25 +0000 Subject: [PATCH] change BUILD_DEPENDS to EXTRACT_DEPENDS for sysutils/logrotate PR: ports/49105 Submitted by: Erwin Lansing --- sysutils/logrotate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index f918a75c8e87..01f7b801cc90 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= -1.src.rpm MAINTAINER= ycheng@sinica.edu.tw COMMENT= Daemon to rotate, compress, remove and mail system log files -BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/archivers/rpm +EXTRACT_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/archivers/rpm LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes