diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-26 14:53:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-26 14:53:02 +0800 |
commit | c580c332915d7a861cb680d53bdde6c54459c1fd (patch) | |
tree | 086292e753b40bd7cd80cb5efbf283679fcff9be /www | |
parent | 451422f05ce54afb9763a7d14f3494a7ca3fa8cb (diff) | |
download | freebsd-ports-gnome-c580c332915d7a861cb680d53bdde6c54459c1fd.tar.gz freebsd-ports-gnome-c580c332915d7a861cb680d53bdde6c54459c1fd.tar.zst freebsd-ports-gnome-c580c332915d7a861cb680d53bdde6c54459c1fd.zip |
Fix after conversion to optionsng
Reported by: miwi
Pointyhat to: bapt
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 |