diff options
Diffstat (limited to 'www/geeklog/Makefile')
-rw-r--r-- | www/geeklog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index b832c45fea8c..296c62379614 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -12,7 +12,7 @@ COMMENT= Web content management system LICENSE= GPLv2+ -USES= cpe +USES= cpe php PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message @@ -20,7 +20,6 @@ SUB_FILES= pkg-message USE_MYSQL= yes NO_BUILD= yes -USE_PHP= yes do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} |