diff options
Diffstat (limited to 'net-mgmt/p5-Net-SNMPTrapd/Makefile')
-rw-r--r-- | net-mgmt/p5-Net-SNMPTrapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/p5-Net-SNMPTrapd/Makefile b/net-mgmt/p5-Net-SNMPTrapd/Makefile index f63530270c34..62f2e4c9bad7 100644 --- a/net-mgmt/p5-Net-SNMPTrapd/Makefile +++ b/net-mgmt/p5-Net-SNMPTrapd/Makefile @@ -14,8 +14,8 @@ COMMENT= SNMP Trap Listener in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Convert-ASN1>=0.22:${PORTSDIR}/converters/p5-Convert-ASN1 \ - p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP +BUILD_DEPENDS= p5-Convert-ASN1>=0.22:converters/p5-Convert-ASN1 \ + p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |