diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /net-mgmt/ocsinventory-ng | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
Notes
Diffstat (limited to 'net-mgmt/ocsinventory-ng')
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 6258155c2484..5ae1aa4c287e 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -6,6 +6,7 @@ PORTNAME= ocsinventory-ng PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://launchpad.net/ocsinventory-server/stable-${PORTVERSION}/${PORTVERSION}/+download/ DISTNAME= OCSNG_UNIX_SERVER-${PORTVERSION} @@ -24,7 +25,7 @@ RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ FETCH_ARGS= LICENSE= GPLv2 -USE_APACHE= 2.0+ +USE_APACHE= 20+ USE_MYSQL= 41+ USE_PERL5= 5.8.0+ WANT_PHP_WEB= yes |