summaryrefslogtreecommitdiff
path: root/mail/horde4-turba
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:42:01 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:42:01 +0000
commit3e1a104b6825136073b39fb291d7f820c29ded3c (patch)
treede8b115fa3a132c44f7238f64eb2f065586d8377 /mail/horde4-turba
parentRetire mail/msmtp-devel: mail/msmtp is the new stable version and no new (diff)
Switch to the new PHP infrastructure.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=114192
Diffstat (limited to 'mail/horde4-turba')
-rw-r--r--mail/horde4-turba/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile
index 26a92d571d2d..ad5858b7da2e 100644
--- a/mail/horde4-turba/Makefile
+++ b/mail/horde4-turba/Makefile
@@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \
ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/turba/ \
http://ftp.horde.org/pub/turba/
-MAINTAINER= thierry@pompo.net
+MAINTAINER= thierry@FreeBSD.org
COMMENT= The Horde contact management application
#-----------------------------------------------------------------------
@@ -28,7 +28,7 @@ COMMENT= The Horde contact management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2
+RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2
.if !defined(WITHOUT_LDAP)
USE_OPENLDAP= yes
@@ -37,8 +37,6 @@ USE_OPENLDAP= yes
NO_BUILD= yes
USE_REINPLACE= yes
-LDD= /usr/bin/ldd
-
REINPLACE_ARGS= -i.beforeTurba
DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \
docs/INSTALL docs/LDAP docs/RELEASE_NOTES docs/UPDATE \
@@ -57,11 +55,6 @@ TURBADIR= ${PREFIX}/${LTURBADIR}
CONFDIR= ${TURBADIR}/config
HORDE_INC= ${LOCALBASE}/etc/horde
-.if defined(WITH_APACHE2)
-PHPSO= ${LOCALBASE}/libexec/apache2/libphp4.so
-.else
-PHPSO= ${LOCALBASE}/libexec/apache/libphp4.so
-.endif
post-patch:
@${RM} ${WRKSRC}/config/conf.php.dist.orig \
@@ -70,7 +63,7 @@ post-patch:
pre-install:
.if !defined(WITHOUT_LDAP)
- @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap"; then \
+ @if ! php -m | ${GREP} -q -e "ldap"; then \
${ECHO_MSG} "" ; \
${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \
${ECHO_MSG} "" ; \