pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/contao35



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 11 16:08:41 UTC 2017

Modified Files:
        pkgsrc/www/contao35: Makefile

Log Message:
Make bash dependecny to runtime only.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/contao35/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/contao35/Makefile
diff -u pkgsrc/www/contao35/Makefile:1.31 pkgsrc/www/contao35/Makefile:1.32
--- pkgsrc/www/contao35/Makefile:1.31   Wed Jul 12 14:42:55 2017
+++ pkgsrc/www/contao35/Makefile        Mon Sep 11 16:08:41 2017
@@ -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}-mysqli>=5.4.
 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