aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2003-12-18 16:34:32 +0000
committerClement Laforet <clement@FreeBSD.org>2003-12-18 16:34:32 +0000
commit14bd98a328f544af0e389d06c341d5d11339c99a (patch)
tree6558099f26e923094e9964be947d52db1d839dd9 /www
parentd1a02bc3c780c0d21a16d017f25a87cbe74faf7d (diff)
downloadports-14bd98a328f544af0e389d06c341d5d11339c99a.tar.gz
ports-14bd98a328f544af0e389d06c341d5d11339c99a.zip
Add a missing RUN_DEPENDS.
Pointy hat to: me Approved by: erwin (mentor)
Notes
Notes: svn path=/head/; revision=96155
Diffstat (limited to 'www')
-rw-r--r--www/apache-contrib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile
index 49af10c6ae20..cdf737ad981e 100644
--- a/www/apache-contrib/Makefile
+++ b/www/apache-contrib/Makefile
@@ -27,12 +27,14 @@ RUN_DEPENDS+= ${MODS_DIR}/mod_auth_external.so:${PORTSDIR}/www/mod_auth_external
${MODS_DIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
${MODS_DIR}/mod_cvs.so:${PORTSDIR}/www/mod_cvs \
${MODS_DIR}/mod_roaming.so:${PORTSDIR}/www/mod_roaming
+ ${MODS_DIR}/mod_layout.so:${PORTSDIR}/www/mod_layout
PKGNAMESUFFIX+= -lite
.else
MAKE_ENV+= NO_PORTS=YES
PLIST_SUB+= PORTS=""
CONFLICTS= mod_auth_external-2.* mod_bandwidth-2.* mod_put-1.* \
- mod_ticket-1.* mod_fastcgi-2.* mod_cvs-0.* mod_roaming-1.*
+ mod_ticket-1.* mod_fastcgi-2.* mod_cvs-0.* mod_roaming-1.* \
+ mod_layout-3.*
.endif
.if exists(${APXS})