diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-05-27 16:29:11 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-05-27 16:29:11 +0000 |
commit | 9010f5a2892f26e79bb625e492874a3ab0e9efbe (patch) | |
tree | 7069d7950d64e2f0ef863f77055a237c3e08064b /net-mgmt/ocsinventory-agent | |
parent | 73a78cbd4659844080c8ee3c766a070a3b818bcc (diff) | |
download | ports-9010f5a2892f26e79bb625e492874a3ab0e9efbe.tar.gz ports-9010f5a2892f26e79bb625e492874a3ab0e9efbe.zip |
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 <mad@madpilot.net>
Approved by: araujo@ (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=255185
Diffstat (limited to 'net-mgmt/ocsinventory-agent')
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |