diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-11-08 02:00:31 +0800 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-11-08 02:00:31 +0800 |
commit | ca1e0e54817ee32ea04b162190f012fac7347c57 (patch) | |
tree | d902d24fc75614ff6b92b9c8e66eeed4a69a6076 /net-mgmt/ocsinventory-ng | |
parent | b2bb7717ade2c4cbe73540ab061736d5ffb67328 (diff) | |
download | freebsd-ports-gnome-ca1e0e54817ee32ea04b162190f012fac7347c57.tar.gz freebsd-ports-gnome-ca1e0e54817ee32ea04b162190f012fac7347c57.tar.zst freebsd-ports-gnome-ca1e0e54817ee32ea04b162190f012fac7347c57.zip |
- Roll back for the last revision, when you try to use USE_APACHE=2.0
and/or APACHE_PORT=/www/apache20 we've a conflict with Apache1.3,
because the port have a dependency that need it.
- Bump PORTREVISION.
Diffstat (limited to 'net-mgmt/ocsinventory-ng')
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 95372f6ead18..b48e8d835e68 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -6,7 +6,7 @@ PORTNAME= ocsinventory-ng PORTVERSION= 1.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF MASTER_SITE_SUBDIR= ocsinventory @@ -15,7 +15,7 @@ DISTNAME= OCSNG_LINUX_SERVER_${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= Open Computer and Software Inventory Next Generation -RUN_DEPENDS= ${PORTSDIR}/www/mod_perl2 \ +RUN_DEPENDS= ${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PORTSDIR}/www/mod_perl2 \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite -USE_APACHE= 2.0+ +USE_APACHE= 1.3+ USE_MYSQL= yes WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 |