aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-03-28 12:55:41 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-03-28 12:55:41 +0000
commit4dcaa9a533ab97b446bc08b18f2bbe9ed87fd135 (patch)
tree79db8dfaa15173f3a0823eaa619d46cfb8429eb0 /x11/kdebase4-workspace
parent38e947497b166376b98bca3c3dec889bbc99c083 (diff)
downloadports-4dcaa9a533ab97b446bc08b18f2bbe9ed87fd135.tar.gz
ports-4dcaa9a533ab97b446bc08b18f2bbe9ed87fd135.zip
Notes
Diffstat (limited to 'x11/kdebase4-workspace')
-rw-r--r--x11/kdebase4-workspace/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index 595550df90f8..dc57e187be90 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/Makefile
@@ -44,13 +44,6 @@ OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
-.if exists(${X11BASE}/bin/mwm)
-. if !defined(WITH_MOTIF)
-MOTIF_OVERRIDE= yes
-WITH_MOTIF= yes
-. endif
-.endif
-
.if defined(WITH_ARTSWRAPPER)
RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper
.endif
@@ -58,20 +51,10 @@ RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper
.if defined(WITH_MOTIF)
USE_MOTIF= yes
PLIST_APPEND+= plist.motif
-.else
+.elseif defined(WITHOUT_MOTIF)
CONFIGURE_ARGS+= --without-motif
.endif
-pre-everything::
-.if defined(MOTIF_OVERRIDE)
- @${ECHO_MSG}
- @${ECHO_MSG} "*******************************************************"
- @${ECHO_MSG} "* openmotif is installed but WITH_MOTIF is not set! *"
- @${ECHO_MSG} "* WITH_MOTIF has been enabled automatically. *"
- @${ECHO_MSG} "*******************************************************"
- @${ECHO_MSG}
-.endif
-
post-extract:
@${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv
@${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv