diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-10-02 16:14:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-10-02 16:14:54 +0000 |
commit | 9e5f042d9e954e8efd8cb7646af864f9c1181abc (patch) | |
tree | e02da2b80f13b0f6f3f19f73d433f67393f7bf61 /x11/kde3/Makefile | |
parent | 0a1331650902f0482f1e2c0ab685c68bd6b2055f (diff) | |
download | ports-9e5f042d9e954e8efd8cb7646af864f9c1181abc.tar.gz ports-9e5f042d9e954e8efd8cb7646af864f9c1181abc.zip |
Notes
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r-- | x11/kde3/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index a3a5d3f70fee..4168c8248058 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -56,6 +56,16 @@ WITHOUT_${module}=yes .endfor .endif +## If PARALLEL_PACKAGE_BUILD is defined, don't depend on +## kdeedu, kdesdk & kdevelop. This is for space-saving on +## the release CD-ROM + +.if defined(PARALLEL_PACKAGE_BUILD) +WITHOUT_KDEVELOP=yes +WITHOUT_KDEEDU=yes +WITHOUT_KDESDK=yes +.endif + ## If the user has some WITHOUT_FOO stuff set that matters to us, ## define BATCH so interactive configuration will be skipped. |