diff options
author | wxs <wxs@FreeBSD.org> | 2010-05-28 00:29:11 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-05-28 00:29:11 +0800 |
commit | a2e3ee5f94bac2f8474ec905c549bf87cc39879a (patch) | |
tree | e5583039826b173692fe3e02b6576130d0a5df27 | |
parent | ba5d25db82deb7eaa3ec3691440c5cb4af912047 (diff) | |
download | freebsd-ports-gnome-a2e3ee5f94bac2f8474ec905c549bf87cc39879a.tar.gz freebsd-ports-gnome-a2e3ee5f94bac2f8474ec905c549bf87cc39879a.tar.zst freebsd-ports-gnome-a2e3ee5f94bac2f8474ec905c549bf87cc39879a.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)
-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 |