summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-23 19:07:58 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-23 19:07:58 +0000
commitb188150955302fdc3c1402eb0688a84d1f2cf451 (patch)
treecdc730536d913ccc5e13be6684adac9dab75ec5f
parentThe tarball was rerolled without version bumps. (diff)
Fix USE_PHP
PR: ports/69501 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=114510
-rw-r--r--mail/squirrelmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index a2199b209ec3..1e155af65a52 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -26,7 +26,7 @@ WANT_PHP_PEAR= yes
.endif
.ifdef WITH_LDAP
-USE_PHP= ${USE_PHP} ldap
+USE_PHP+= ldap
.endif
.ifndef WITHOUT_WWWDIR