diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-02 11:29:25 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-02 11:29:25 +0000 |
commit | 855d13359a8597fc725dc19915ddd63048ca998e (patch) | |
tree | 252c4bb05d31691ec676e1186ee47ecd6009d7fa /sysutils | |
parent | 0eadc3cfbb05e7a913cf85da029807f23f721b68 (diff) | |
download | FreeBSD-ports-855d13359a8597fc725dc19915ddd63048ca998e.zip FreeBSD-ports-855d13359a8597fc725dc19915ddd63048ca998e.tar.gz |
change BUILD_DEPENDS to EXTRACT_DEPENDS for sysutils/logrotate
PR: ports/49105
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/logrotate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index f918a75..01f7b80 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 |