diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 06:53:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 06:53:02 +0000 |
commit | 3c296769158d9c425a64869a0226c31a79da23ce (patch) | |
tree | 086292e753b40bd7cd80cb5efbf283679fcff9be /www | |
parent | 0c3e29c01275ab42268bed7d893e0539df58b106 (diff) | |
download | ports-3c296769158d9c425a64869a0226c31a79da23ce.tar.gz ports-3c296769158d9c425a64869a0226c31a79da23ce.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/cakephp21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cakephp21/Makefile b/www/cakephp21/Makefile index 1233e36ccbf8..e06de04ce884 100644 --- a/www/cakephp21/Makefile +++ b/www/cakephp21/Makefile @@ -54,7 +54,7 @@ MEMCACHE_DESC= Enable Memcached caching engine client CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> WITH_PHP_CGI?= /cgi-bin/php |