diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 07:02:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 07:02:39 +0000 |
commit | 4e02f8bb2b206217e061b5bde9c1c1be74fbb0d6 (patch) | |
tree | 4843061971607de3aeb91f71075f7e211ef19d4c /www/mod_vhs | |
parent | - Respect ${PREFIX} [1] (diff) |
BROKEN: Conflicting dependencies (apache 1.x vs apache 2.x)
Notes
Notes:
svn path=/head/; revision=146545
Diffstat (limited to '')
-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 |