aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-10-29 07:21:45 +0800
committerpat <pat@FreeBSD.org>2002-10-29 07:21:45 +0800
commit26c61069d7bf6154667d182d75c1200c80eb61ca (patch)
tree574a73d1135c0aa173db6b2711ff1f630288dc0b /mail/squirrelmail/Makefile
parentb1ea9a6f0c406e1c9afd79bae1488718a31c84b0 (diff)
downloadfreebsd-ports-gnome-26c61069d7bf6154667d182d75c1200c80eb61ca.tar.gz
freebsd-ports-gnome-26c61069d7bf6154667d182d75c1200c80eb61ca.tar.zst
freebsd-ports-gnome-26c61069d7bf6154667d182d75c1200c80eb61ca.zip
Fix depends with apache2 installed.
PR: ports/43227, ports/44466 Submitted by: Jason Li <delphij@frontfree.net>, maintainer
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r--mail/squirrelmail/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 33dff96af7b0..751d91d025af 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -13,7 +13,11 @@ MASTER_SITE_SUBDIR= squirrelmail
MAINTAINER= simond@irrelevant.org
+.if defined(WITH_APACHE2)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
+.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+.endif
USE_BZIP2= yes
NO_BUILD= yes