diff options
Diffstat (limited to 'net-mgmt/argus-monitor/Makefile')
-rw-r--r-- | net-mgmt/argus-monitor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/argus-monitor/Makefile b/net-mgmt/argus-monitor/Makefile index 9a74f07de190..f1d9adedbaf1 100644 --- a/net-mgmt/argus-monitor/Makefile +++ b/net-mgmt/argus-monitor/Makefile @@ -50,8 +50,8 @@ BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping .endif .if !defined(WITHOUT_GD) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD .endif post-install: |