diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-02-02 03:25:56 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-02-02 03:25:56 +0000 |
commit | f945fe31f73e1ec1b7ea112533b1544da5f286dc (patch) | |
tree | 7b7648b920e9130daa4b557a955b00bb7fbcdc67 /mail/squirrelmail | |
parent | c4e6d777637a39591f7a63d3bf2394fbb1559b72 (diff) | |
download | ports-f945fe31f73e1ec1b7ea112533b1544da5f286dc.tar.gz ports-f945fe31f73e1ec1b7ea112533b1544da5f286dc.zip |
Notes
Diffstat (limited to 'mail/squirrelmail')
-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} |