aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2003-10-03 00:14:54 +0800
committerlofi <lofi@FreeBSD.org>2003-10-03 00:14:54 +0800
commitd3c36262c1d40d328b36c6eee3c5e8f440f973b1 (patch)
tree64217faecae35a167e6d4eb407df2f09c77800f0 /x11
parent85ec6db506615837e44069d79914f3594dcc43b8 (diff)
downloadfreebsd-ports-gnome-d3c36262c1d40d328b36c6eee3c5e8f440f973b1.tar.gz
freebsd-ports-gnome-d3c36262c1d40d328b36c6eee3c5e8f440f973b1.tar.zst
freebsd-ports-gnome-d3c36262c1d40d328b36c6eee3c5e8f440f973b1.zip
Temporarily do not depend on kdeedu, kdevelop and kdesdk in the package. This
is for Release CDROM space-saving purposes. Approved by: kde-freebsd
Diffstat (limited to 'x11')
-rw-r--r--x11/kde3/Makefile10
-rw-r--r--x11/kde4/Makefile10
2 files changed, 20 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.
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile
index a3a5d3f70fee..4168c8248058 100644
--- a/x11/kde4/Makefile
+++ b/x11/kde4/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.