From 32140f67de9605a4e7446824b8be4f99fd043834 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 21 Dec 2012 05:21:24 +0000 Subject: Set NO_DEPENDS while building pkg-plist. svn path=/trunk/; revision=4941 --- buildtools/build-freebsd-port.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildtools') 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" -- cgit v1.2.3