diff options
author | sem <sem@FreeBSD.org> | 2004-07-24 03:07:58 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-07-24 03:07:58 +0800 |
commit | a861bc861bc7251a2f2399f845d673f742a19ee1 (patch) | |
tree | 4987aafb3787d0d712fa6dcad02e95916f2a37b7 /mail/squirrelmail/Makefile | |
parent | 383780747184170fb9bc3e7db7f24bcb6a6e0fe9 (diff) | |
download | freebsd-ports-gnome-a861bc861bc7251a2f2399f845d673f742a19ee1.tar.gz freebsd-ports-gnome-a861bc861bc7251a2f2399f845d673f742a19ee1.tar.zst freebsd-ports-gnome-a861bc861bc7251a2f2399f845d673f742a19ee1.zip |
Fix USE_PHP
PR: ports/69501
Submitted by: maintainer
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 2 |
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 |