diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 05:28:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 05:28:07 +0000 |
commit | 4d530f58a132f601bc58fb85cbeb5d4330710a28 (patch) | |
tree | 7abbfc50f3ef23bf1d4c246cc0218dabc4418481 /www | |
parent | 103abbadef5d8c19c40bfd0b68bb7351fec1c6c8 (diff) | |
download | pkgsrc-4d530f58a132f601bc58fb85cbeb5d4330710a28.tar.gz |
Add an emty line between including options.mk.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-owncloud/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php-owncloud/Makefile b/www/php-owncloud/Makefile index c4653ae9263..46184ab9dcb 100644 --- a/www/php-owncloud/Makefile +++ b/www/php-owncloud/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/14 10:30:02 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/16 05:28:07 taca Exp $ # DISTNAME= owncloud-4.0.1 @@ -21,6 +21,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.2.0:../../archivers/php-zip DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.2.0:../../databases/php-pdo_sqlite + .include "options.mk" WRKSRC= ${WRKDIR}/owncloud |