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 | b8cce288104e92c15ee4b11ca025507bc907e6a5 (patch) | |
tree | 7abbfc50f3ef23bf1d4c246cc0218dabc4418481 /www | |
parent | a5f8398c7a2eb40aed3aa08d775a38a6f9f64271 (diff) | |
download | pkgsrc-b8cce288104e92c15ee4b11ca025507bc907e6a5.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 |