diff options
author | araujo <araujo@FreeBSD.org> | 2008-11-08 02:00:31 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-11-08 02:00:31 +0800 |
commit | 2ae853d02636274d330a041fc1a11ec051973112 (patch) | |
tree | 241a30d94be2aa6e431aa08ad9ccbcf13c2ce3cf /net-mgmt | |
parent | 2a1a7cb7bcc65b21daa80d7baf98b64876fe9cec (diff) | |
download | freebsd-ports-gnome-2ae853d02636274d330a041fc1a11ec051973112.tar.gz freebsd-ports-gnome-2ae853d02636274d330a041fc1a11ec051973112.tar.zst freebsd-ports-gnome-2ae853d02636274d330a041fc1a11ec051973112.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')
-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 |