pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/contao44



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 11 16:21:22 UTC 2017

Modified Files:
        pkgsrc/www/contao44: Makefile

Log Message:
Make bash dependecny to runtime only.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/contao44/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/contao44/Makefile
diff -u pkgsrc/www/contao44/Makefile:1.6 pkgsrc/www/contao44/Makefile:1.7
--- pkgsrc/www/contao44/Makefile:1.6    Tue Sep  5 15:49:37 2017
+++ pkgsrc/www/contao44/Makefile        Mon Sep 11 16:21:22 2017
@@ -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}-intl>=5.6:..
 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