diff options
author | bouyer <bouyer@pkgsrc.org> | 2013-03-16 17:27:27 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2013-03-16 17:27:27 +0000 |
commit | 036b78984cd9493dacee7b6b2fef30374c343e71 (patch) | |
tree | bac36fb8cedba7bb77f60f9945e99f097edaee64 /www/php-owncloud/Makefile | |
parent | 9966b18596154f56bd7934d81bf4e855b2ea1c0f (diff) | |
download | pkgsrc-036b78984cd9493dacee7b6b2fef30374c343e71.tar.gz |
This requires php-pdo, add it to the depends list
NetBSD's iconv doesn't support ASCII//TRANSLIT, use plain ASCII instead.
bump PKGREVISION
Diffstat (limited to 'www/php-owncloud/Makefile')
-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 289bac54dad..9d7437e041e 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2013/03/04 21:57:22 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/03/16 17:27:27 bouyer Exp $ # DISTNAME= owncloud-4.5.7 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -19,6 +20,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.0:../../textproc/php-json 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 .include "options.mk" |