summaryrefslogtreecommitdiff
path: root/x11/kde3/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-11 00:00:00 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-11 00:00:00 +0000
commit53fa9783e9a36e1385b109375a5f5d255cd0c090 (patch)
tree866f45a209c6a99782830f7c0f2666f48d150f19 /x11/kde3/Makefile
parent1. Welcome to KDE 3.0.4. (diff)
1. Remove QT warning from kde3. It's been there long enough.
2. This is 3.0.4, folks. 3. Added extra patch files for backport of keramik.
Notes
Notes: svn path=/head/; revision=67789
Diffstat (limited to 'x11/kde3/Makefile')
-rw-r--r--x11/kde3/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile
index 5020bbbdda47..3f3f537967e1 100644
--- a/x11/kde3/Makefile
+++ b/x11/kde3/Makefile
@@ -31,29 +31,6 @@ USE_KDEBASE_VER=3
NO_BUILD= yes
-.if !defined(NO_QT_WARNING)
-SLEEP?=/bin/sleep
-pre-everything::
- @if test -e ${LOCALBASE}/bin/dcop; then \
- ${ECHO_MSG};\
- ${ECHO_MSG} \
- "============================================================";\
- ${ECHO_MSG} "===> " \
- "WARNING!!!";\
- ${ECHO_MSG} "===> " \
- "If you are upgrading Qt from 3.0.4 or an earlier 3.0.x";\
- ${ECHO_MSG} "===> " \
- "version, or have just done so, you MUST remove kdelibs";\
- ${ECHO_MSG} "===> " \
- "using 'pkg_delete -f kdelibs' before making this port.";\
- ${ECHO_MSG} \
- "============================================================";\
- ${ECHO_MSG}; ${SLEEP} 10;\
- else \
- ${TRUE};\
- fi
-.endif
-
do-install: # empty
${DO_NADA}