diff options
author | lofi <lofi@FreeBSD.org> | 2003-10-03 00:47:41 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-10-03 00:47:41 +0800 |
commit | 93ce416364d49234c00fb016845333986dade32d (patch) | |
tree | 2710853aff1934c65938bc2253bfc77e3a4f783a /x11 | |
parent | e1d95d08f1f0e3b0e1acfd34224c083452d8c7a7 (diff) | |
download | freebsd-ports-gnome-93ce416364d49234c00fb016845333986dade32d.tar.gz freebsd-ports-gnome-93ce416364d49234c00fb016845333986dade32d.tar.zst freebsd-ports-gnome-93ce416364d49234c00fb016845333986dade32d.zip |
Back the space-saving out again, the tag has been slipped.
Notified by: marcus
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/Makefile | 10 | ||||
-rw-r--r-- | x11/kde4/Makefile | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 4168c8248058..a3a5d3f70fee 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -56,16 +56,6 @@ 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 4168c8248058..a3a5d3f70fee 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -56,16 +56,6 @@ 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. |