diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-16 00:53:36 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-16 00:53:36 +0000 |
commit | aa4ce5ef2ba01dd0e4d08f62d848a18b32896194 (patch) | |
tree | ccdf14bcb515745cb434a727c59b6ea243d4be70 /mail | |
parent | f45f63500e9951d7801f689ec0c634d7c389f464 (diff) |
Corrected build dependencies
PR: 87499
Submitted by: mij@bitchx.it (maintainer)
Notes
Notes:
svn path=/head/; revision=145488
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmrtg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmrtg/Makefile b/mail/qmrtg/Makefile index 621f3d974e0d..7c8619991dfb 100644 --- a/mail/qmrtg/Makefile +++ b/mail/qmrtg/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://dev.publicshout.org/qmrtg/download/ MAINTAINER= mij@bitchx.it COMMENT= A simple tool for monitoring and graphing qmail activity through MRTG -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= ${BUILD_DEPENDS} .if !defined(WITHOUT_MRTG) RUN_DEPENDS+= mrtg:${PORTSDIR}/net-mgmt/mrtg .endif |