aboutsummaryrefslogtreecommitdiff
path: root/buildtools/build-freebsd-port.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/build-freebsd-port.py')
-rw-r--r--buildtools/build-freebsd-port.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/build-freebsd-port.py b/buildtools/build-freebsd-port.py
index 2869f1b1..5f31d0ed 100644
--- a/buildtools/build-freebsd-port.py
+++ b/buildtools/build-freebsd-port.py
@@ -127,7 +127,8 @@ print "Running make configure"
# Not sure what this is about, seems to trigger on empty pkg-plist, so just disable
# this while generating pkg-plist so we can leave proper USE_GNOME setting in Makefile.
-subprocess.check_call(("make", "configure", "DISTDIR=" + os.getcwd(), "USE_GNOME="),
+subprocess.check_call(("make", "configure", "DISTDIR=" + os.getcwd(),
+ "USE_GNOME=", "NO_DEPENDS=yes"),
cwd = base)
print "Running make installation-manifest"