diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-10 23:22:52 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-10 23:22:52 +0800 |
commit | 11a83533a9b6240a5c65670627dc8baef6083540 (patch) | |
tree | bddd58b9528cac813d1b5259f7719e7496b5f106 /x11/kdebase4-runtime | |
parent | 412bcd489b0afe880c4fe71c996c1a954d112891 (diff) | |
download | freebsd-ports-gnome-11a83533a9b6240a5c65670627dc8baef6083540.tar.gz freebsd-ports-gnome-11a83533a9b6240a5c65670627dc8baef6083540.tar.zst freebsd-ports-gnome-11a83533a9b6240a5c65670627dc8baef6083540.zip |
USE_MOTIF by default now - netscape plugins compat is en vogue again
thanks to the libmap-flashplugin hack.
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index fa24519d655a..fbc50933f025 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -41,27 +41,20 @@ CONFIGURE_ARGS+=--without-java \ .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if exists(${X11BASE}/include/Xm/Xm.h) -WITH_MOTIF= yes -.endif # exists(${X11BASE}/include/Xm/Xm.h) - .if defined(WITHOUT_MOTIF) -.undef WITH_MOTIF CONFIGURE_ARGS+= --without-motif -.endif # defined(WITHOUT_MOTIF) - -.if defined(WITH_MOTIF) +.else USE_MOTIF= yes PLIST_APPEND+= plist.motif -.else + pre-extract:: @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with Motif support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MOTIF=yes\"" + @${ECHO_MSG} "If you want to compile WITHOUT Motif support, hit" + @${ECHO_MSG} "Ctrl-C right now and use \"make WITHOUT_MOTIF=yes\"" @${ECHO_MSG} - @${ECHO_MSG} "Motif is used for Netscape plugin compatibility." + @${ECHO_MSG} "This will DISABLE netscape plugin compatibility." @${ECHO_MSG} -.endif # defined(WITH_MOTIF) +.endif # defined(WITHOUT_MOTIF) post-extract: @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv |