From 9010f5a2892f26e79bb625e492874a3ab0e9efbe Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Thu, 27 May 2010 16:29:11 +0000 Subject: Fix build and run dependencies: sysutils/dmidecode is only needed to build, and the rest are really run dependencies. PR: ports/146491 Submitted by: Guido Falsi Approved by: araujo@ (maintainer timeout) --- net-mgmt/ocsinventory-agent/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net-mgmt/ocsinventory-agent') diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index 00b99de2dc88..bc3ab697e62e 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -7,6 +7,7 @@ PORTNAME= Ocsinventory PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME:L}/OCS%20Inventory%20NG/${PORTVERSION} PKGNAMESUFFIX= -Agent @@ -15,11 +16,11 @@ DISTNAME= OCSNG_UNIX_AGENT-${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= Keep track of the computers configuration and software -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ - ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \ - dmidecode:${PORTSDIR}/sysutils/dmidecode \ + ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon +BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ lspci:${PORTSDIR}/sysutils/pciutils USE_PERL5= yes -- cgit v1.2.3