diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 11:56:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 11:56:25 +0000 |
commit | 38ab884f2200baeb157912a6ec3d555324065296 (patch) | |
tree | a06e88c256f4f30dd4fb67dde68e86f1a0e2ad93 /mail/horde4-turba | |
parent | fc59bf5283bec7d39d2ec0192f7112a1a1af8793 (diff) | |
download | ports-38ab884f2200baeb157912a6ec3d555324065296.tar.gz ports-38ab884f2200baeb157912a6ec3d555324065296.zip |
Notes
Diffstat (limited to 'mail/horde4-turba')
-rw-r--r-- | mail/horde4-turba/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index 60127d2838e2..bd198fa9961f 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-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) |