summaryrefslogtreecommitdiffstats
path: root/graphics/djview4/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/djview4/BUILD')
-rwxr-xr-xgraphics/djview4/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/djview4/BUILD b/graphics/djview4/BUILD
index 00e75ab3c8..b20c061894 100755
--- a/graphics/djview4/BUILD
+++ b/graphics/djview4/BUILD
@@ -1,4 +1,3 @@
-export QTDIR="" &&
-export PATH=${INSTALL_ROOT}/usr/bin/qt4:$PATH &&
+export QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
+export PATH="$QTDIR/bin/qt4:$PATH" &&
default_build
-