pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77b68f048fa5
branches:  trunk
changeset: 368190:77b68f048fa5
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 11 16:08:41 2017 +0000

description:
Make bash dependecny to runtime only.

diffstat:

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

diffs (21 lines):

diff -r 5612ad6e7c6c -r 77b68f048fa5 www/contao35/Makefile
--- a/www/contao35/Makefile     Mon Sep 11 16:03:42 2017 +0000
+++ b/www/contao35/Makefile     Mon Sep 11 16:08:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2017/07/12 14:42:55 taca Exp $
+# $NetBSD: Makefile,v 1.32 2017/09/11 16:08:41 taca Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -19,10 +19,9 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-soap>=5.4.0:../../net/php-soap
 DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
-DEPENDS+=      bash>=4.0:../../shells/bash
 
 CT_VERSION=    3.5.28
-USE_TOOLS=     bash pax
+USE_TOOLS=     bash:run pax
 NO_BUILD=      yes
 FILESDIR?=     ${.CURDIR}/files
 



Home | Main Index | Thread Index | Old Index