diff options
author | kris <kris@FreeBSD.org> | 2005-10-28 15:02:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-28 15:02:39 +0800 |
commit | 91e74f5a7a5b07c30fb22429ee9656080a1b5ea3 (patch) | |
tree | 6af90e3316dd832dd025db35c51d9ad66205350e /www | |
parent | 84caa5a2af05b6f09adc14c5dd1dafe15698dbfd (diff) | |
download | freebsd-ports-gnome-91e74f5a7a5b07c30fb22429ee9656080a1b5ea3.tar.gz freebsd-ports-gnome-91e74f5a7a5b07c30fb22429ee9656080a1b5ea3.tar.zst freebsd-ports-gnome-91e74f5a7a5b07c30fb22429ee9656080a1b5ea3.zip |
BROKEN: Conflicting dependencies (apache 1.x vs apache 2.x)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_vhs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index dc7cf1347270..857d4bde2963 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -16,6 +16,8 @@ COMMENT= Allows mass virtual hosting using libhome system with Apache 2.0.x LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome +BROKEN= Conflicting dependencies (apache 1.x vs apache 2.x) + USE_PHP= yes USE_PHP_BUILD= yes WANT_PHP_MOD= yes |