diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:50 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:38 +0000 |
commit | f61a14b224bcbbb9a6aaf9a516d1bba531b7b7a7 (patch) | |
tree | ac672fad5f0e9f8b275b730ee49496b850548f0e /libraries/wxPython | |
parent | a3fed4b68a8ee193b5a36652be89114e852b6175 (diff) | |
download | slackbuilds-f61a14b224bcbbb9a6aaf9a516d1bba531b7b7a7.tar.gz |
libraries/wxPython: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython')
-rw-r--r-- | libraries/wxPython/wxPython.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/wxPython/wxPython.SlackBuild b/libraries/wxPython/wxPython.SlackBuild index 3212932e43..3240a12cb4 100644 --- a/libraries/wxPython/wxPython.SlackBuild +++ b/libraries/wxPython/wxPython.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wxPython -VERSION=2.8.12.1 +VERSION=${VERSION:-2.8.12.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |