diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-06-22 16:07:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-06-22 16:07:22 +0000 |
commit | 4a7077a01d73ae8e8263841e0c503918b7c77e7d (patch) | |
tree | 05e268b09ba247c402efd723e49940c02dc4cd38 /www/php-owncloud | |
parent | 888ad9c47cc4b085bf99dcb94017afd471856357 (diff) | |
download | pkgsrc-4a7077a01d73ae8e8263841e0c503918b7c77e7d.tar.gz |
Ride previous versin bump.
DEPENDS on php-posix and php-curl.
Based on PR pkg/49916 from hauke@.
Diffstat (limited to 'www/php-owncloud')
-rw-r--r-- | www/php-owncloud/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile index 2a138b0809d..ad3a8fe575c 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/06/22 16:03:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.53 2015/06/22 16:07:22 ryoon Exp $ # DISTNAME= owncloud-8.0.4 @@ -31,6 +31,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.0:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.0:../../archivers/php-zip DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.0:../../archivers/php-zlib DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.3.0:../../databases/php-pdo +DEPENDS+= ${PHP_PKG_PREFIX}-posix>=5.3.0:../../devel/php-posix +DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.3.0:../../www/php-curl .include "options.mk" |