summaryrefslogtreecommitdiff
path: root/sysutils/logrotate
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 11:29:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-02 11:29:25 +0000
commitabb93a89506b986471b7e85be21c20a99dad3f3a (patch)
tree504d3b302a335b46cd2945c6ba82912ec38d9b43 /sysutils/logrotate
parentNew port: mail/smtprc (diff)
change BUILD_DEPENDS to EXTRACT_DEPENDS for sysutils/logrotate
PR: ports/49105 Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes: svn path=/head/; revision=77963
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r--sysutils/logrotate/Makefile2
1 files changed, 1 insertions, 1 deletions
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