diff options
Diffstat (limited to 'sysutils/munin-common/Makefile')
-rw-r--r-- | sysutils/munin-common/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile index b41bc1e6189f..4027e8baf66c 100644 --- a/sysutils/munin-common/Makefile +++ b/sysutils/munin-common/Makefile @@ -11,9 +11,9 @@ PKGNAMESUFFIX= -common MAINTAINER= mat@FreeBSD.org COMMENT= Common components between a munin node and server -BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay +RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay USES= gmake perl5 cpe WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.r/rc/} |