pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/contao44 Make bash dependecny to runtime only.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/860ba7057f17
branches:  trunk
changeset: 368191:860ba7057f17
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 11 16:21:22 2017 +0000

description:
Make bash dependecny to runtime only.

diffstat:

 www/contao44/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 77b68f048fa5 -r 860ba7057f17 www/contao44/Makefile
--- a/www/contao44/Makefile     Mon Sep 11 16:08:41 2017 +0000
+++ b/www/contao44/Makefile     Mon Sep 11 16:21:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/05 15:49:37 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/11 16:21:22 taca Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -21,10 +21,9 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.6:../../textproc/php-json
 DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.6:../../www/php-curl
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.6:../../archivers/php-zlib
-DEPENDS+=      bash>=4.0:../../shells/bash
 
 CT_VERSION=    4.4.4
-USE_TOOLS=     bash pax
+USE_TOOLS=     bash:run pax
 NO_BUILD=      yes
 
 EG_DATA=       app/config



Home | Main Index | Thread Index | Old Index