From 048e20089a16d2a8eee69026cee14adc4654150a Mon Sep 17 00:00:00 2001 From: mnag Date: Sun, 16 Oct 2005 00:53:36 +0000 Subject: Corrected build dependencies PR: 87499 Submitted by: mij@bitchx.it (maintainer) --- mail/qmrtg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail') 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 -- cgit