diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-02-02 11:25:56 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-02-02 11:25:56 +0800 |
commit | 1f7ec57c68875bcc698bf583eed1e709b2125257 (patch) | |
tree | 5e2934fc6ec9d2f47d6a9b6c95fbbbfe01b71947 | |
parent | 683688e9eedd5b3efede8ef1562b60d763594dcf (diff) | |
download | freebsd-ports-gnome-1f7ec57c68875bcc698bf583eed1e709b2125257.tar.gz freebsd-ports-gnome-1f7ec57c68875bcc698bf583eed1e709b2125257.tar.zst freebsd-ports-gnome-1f7ec57c68875bcc698bf583eed1e709b2125257.zip |
- Set USE_PHP?= yes, so selected PHP modules can override setting
PR: ports/143447
Submitted by: Darren Pilgrim <darren.pilgrim gmail.com>
-rw-r--r-- | mail/squirrelmail/bsd.squirrelmail.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk index b26e91b3d00c..38e853646b86 100644 --- a/mail/squirrelmail/bsd.squirrelmail.mk +++ b/mail/squirrelmail/bsd.squirrelmail.mk @@ -1,6 +1,6 @@ # $FreeBSD$ # -# $Id: bsd.squirrelmail.mk 23 2008-12-03 16:17:48Z tabthorpe $ +# $LastChangedDate: 2010-02-01 22:21:34 -0500 (Mon, 01 Feb 2010) $ # # Common code for squirrelmail plugins. # @@ -27,7 +27,7 @@ RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PHP= yes +USE_PHP?= yes WANT_PHP_WEB= yes SQUIRREL_PLUGIN_NAME?= ${PORTNAME} |