diff options
Diffstat (limited to 'www/owncloud/Makefile')
-rw-r--r-- | www/owncloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 079fdc6f42aa..b37ea78297e5 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -14,7 +14,7 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= A personal cloud which runs on your own server BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PHP= ctype curl hash json mbstring mysql session simplexml sqlite zip |