diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-04 05:41:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-04 05:41:02 +0800 |
commit | bd6a60644276921851f5124262bde0df140a1595 (patch) | |
tree | a20dec40208afb147fcd290b87ca0c3ba0080aa1 /net-mgmt/hawk | |
parent | 2024624134911fe31c0cdff20cb65c91605da262 (diff) | |
download | freebsd-ports-gnome-bd6a60644276921851f5124262bde0df140a1595.tar.gz freebsd-ports-gnome-bd6a60644276921851f5124262bde0df140a1595.tar.zst freebsd-ports-gnome-bd6a60644276921851f5124262bde0df140a1595.zip |
Fix Perl package name dependencies
Diffstat (limited to 'net-mgmt/hawk')
-rw-r--r-- | net-mgmt/hawk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index 979bd7c8cdc3..a2309b16022c 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -13,10 +13,10 @@ MASTER_SITES= SF/iphawk/iphawk/Hawk%20${PORTVERSION}/ MAINTAINER= dougb@FreeBSD.org COMMENT= Track uptime and DNS status for machines on your networks -RUN_DEPENDS= p5-Net-Netmask:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ - p5-Net-Ping-External:${PORTSDIR}/net/p5-Net-Ping-External \ - p5-DBI:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-Net-Netmask>0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ + p5-Net-Ping-External>0:${PORTSDIR}/net/p5-Net-Ping-External \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql USE_PERL5= yes USE_MYSQL= server |