diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-09 08:31:45 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-09 08:31:45 +0800 |
commit | df54407595f590a6096a0991d8151ad35c9484c8 (patch) | |
tree | 3aafb60da3b1bb51f0ab5a24d16f717f68157646 /net-mgmt | |
parent | 28878bd20f6df8ce1ae80f531368124c2706d0f1 (diff) | |
download | freebsd-ports-gnome-df54407595f590a6096a0991d8151ad35c9484c8.tar.gz freebsd-ports-gnome-df54407595f590a6096a0991d8151ad35c9484c8.tar.zst freebsd-ports-gnome-df54407595f590a6096a0991d8151ad35c9484c8.zip |
- Mark IS_INTERACTIVE to avoid infinite loops and stop some damages on packages cluster.
- Mark as UNBROKEN.
Submitted by: pav via pointyhat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index df5a60009919..8c7d5dff1c50 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -7,6 +7,7 @@ PORTNAME= Ocsinventory PORTVERSION= 0.0.9.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://nana.rulezlan.org/~goneri/ocsinventory-agent/ PKGNAMESUFFIX= -Agent @@ -22,10 +23,9 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ dmidecode:${PORTSDIR}/sysutils/dmidecode \ lspci:${PORTSDIR}/sysutils/pciutils -BROKEN= Interactive - USE_PERL5= yes PERL_CONFIGURE= yes +IS_INTERACTIVE= yes MAN1= ocsinventory-agent.1 |