aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-16 08:53:36 +0800
committermnag <mnag@FreeBSD.org>2005-10-16 08:53:36 +0800
commit048e20089a16d2a8eee69026cee14adc4654150a (patch)
treeb03e3a6ff9f8133f06c5366702d5e557fc5be838 /mail
parent5a41a44535c1cadf18806efd5e8f900dd827fb1d (diff)
downloadfreebsd-ports-gnome-048e20089a16d2a8eee69026cee14adc4654150a.tar.gz
freebsd-ports-gnome-048e20089a16d2a8eee69026cee14adc4654150a.tar.zst
freebsd-ports-gnome-048e20089a16d2a8eee69026cee14adc4654150a.zip
Corrected build dependencies
PR: 87499 Submitted by: mij@bitchx.it (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/qmrtg/Makefile3
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