aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-turba
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 11:56:25 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 11:56:25 +0000
commit38ab884f2200baeb157912a6ec3d555324065296 (patch)
treea06e88c256f4f30dd4fb67dde68e86f1a0e2ad93 /mail/horde-turba
parentfc59bf5283bec7d39d2ec0192f7112a1a1af8793 (diff)
downloadports-38ab884f2200baeb157912a6ec3d555324065296.tar.gz
ports-38ab884f2200baeb157912a6ec3d555324065296.zip
Notes
Diffstat (limited to 'mail/horde-turba')
-rw-r--r--mail/horde-turba/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile
index 60127d2838e2..bd198fa9961f 100644
--- a/mail/horde-turba/Makefile
+++ b/mail/horde-turba/Makefile
@@ -62,7 +62,11 @@ TURBADIR= ${PREFIX}/${LTURBADIR}
CONFDIR= ${TURBADIR}/config
HORDE_INC= ${LOCALBASE}/etc/horde
-PHPSO?= ${LOCALBASE}/libexec/apache/libphp4.so
+.if defined(WITH_APACHE2)
+PHPSO= ${LOCALBASE}/libexec/apache2/libphp4.so
+.else
+PHPSO= ${LOCALBASE}/libexec/apache/libphp4.so
+.endif
pre-install:
.if !defined(WITHOUT_LDAP)