diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pandorafms_server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile index ec92b00d6427..54d473c417fe 100644 --- a/net-mgmt/pandorafms_server/Makefile +++ b/net-mgmt/pandorafms_server/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= pandora_server +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= koichiro@rworks.jp @@ -22,9 +23,8 @@ PANDORA_DEPS= p5-DBI>=0:databases/p5-DBI \ BUILD_DEPENDS= ${PANDORA_DEPS} RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-DBD-mysql>=4:databases/p5-DBD-mysql \ - ${LOCALBASE}/bin/wmic:net-mgmt/wmi-client \ - ${LOCALBASE}/bin/nmap:security/nmap \ - p5-Storable>=0:devel/p5-Storable \ + wmic:net-mgmt/wmi-client \ + nmap:security/nmap \ p5-Encode-Locale>=0:converters/p5-Encode-Locale \ ${PANDORA_DEPS} |