diff options
Diffstat (limited to 'www/phalcon/Makefile')
-rw-r--r-- | www/phalcon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index 5a420d3367a4..5b4ffd0d3a15 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -10,10 +10,10 @@ WWW= https://phalcon.io/ LICENSE= BSD3CLAUSE -USES= localbase php:ext +USES= localbase php:build,ext USE_GITHUB= yes GH_PROJECT= c${PORTNAME} -USE_PHP= json:build mbstring pdo:build session:build +USE_PHP= mbstring pdo:build session:build CONFIGURE_ARGS= --enable-phalcon |