diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-10-02 16:47:41 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-10-02 16:47:41 +0000 |
commit | 8192ec1a3735a17c9dee44a49dc8c662b8c7f5bc (patch) | |
tree | e0057dffc06e78e65337bb38b1dfef2e73b0c027 /x11/kde4 | |
parent | c5d0707ea72a78d0c081d9348f8cb24c0bb5535d (diff) | |
download | ports-8192ec1a3735a17c9dee44a49dc8c662b8c7f5bc.tar.gz ports-8192ec1a3735a17c9dee44a49dc8c662b8c7f5bc.zip |
Notes
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
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. |