summaryrefslogtreecommitdiffstats
path: root/libraries/xerces
diff options
context:
space:
mode:
author B. Watson2017-03-20 09:07:52 +0100
committer David Spencer2017-03-25 14:26:39 +0100
commit112f2475c8ebb779251e04bac988eac6fb64dfb0 (patch)
tree48a5369b87ad0546fdecf398e4c0e586953cfb34 /libraries/xerces
parent04c789c2398c090a2c8607483d0632d973f9b59a (diff)
downloadslackbuilds-112f2475c8ebb779251e04bac988eac6fb64dfb0.tar.gz
libraries/xerces: 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/xerces')
-rw-r--r--libraries/xerces/xerces.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/xerces/xerces.SlackBuild b/libraries/xerces/xerces.SlackBuild
index 4eb584c710..8b57319a0d 100644
--- a/libraries/xerces/xerces.SlackBuild
+++ b/libraries/xerces/xerces.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xerces
-VERSION=2.11.0
+VERSION=${VERSION:-2.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}