diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 17:31:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 17:31:27 +0800 |
commit | 024f0bb23fb82642e74441cc90251d374642a8ff (patch) | |
tree | fed07760b82b6dd2e337a6c93d6dfa3598d619cf | |
parent | 562e0ae5d1c0ff92e2b008adc041cf2f5be36cd4 (diff) | |
download | marcuscom-ports-024f0bb23fb82642e74441cc90251d374642a8ff.tar.gz marcuscom-ports-024f0bb23fb82642e74441cc90251d374642a8ff.tar.zst marcuscom-ports-024f0bb23fb82642e74441cc90251d374642a8ff.zip |
Comment out mapi it doesn't build currently.
Ditch gnome-packagekit, broken by packagekit update.
Remove OSVERSION check around cheese < 8.x is EOL.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18542 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 89157d704..3d0503412 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -65,9 +65,11 @@ USE_PYTHON= yes .endif .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" -OPTIONS_DEFINE= XSCREENSAVER MAPI +OPTIONS_DEFINE= XSCREENSAVER +# MAPI + XSCREENSAVER_DESC= Use xscreensaver as screen saver app -MAPI_DESC= include evolution-mapi (pulls in samba4) +#MAPI_DESC= include evolution-mapi (pulls in samba4) .endif do-install: # empty @@ -93,11 +95,9 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ ${LOCALBASE}/libexec/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ - gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit \ - ekiga:${PORTSDIR}/net/ekiga3 -. if ${OSVERSION}>=800000 -RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese -. endif + ekiga:${PORTSDIR}/net/ekiga3 \ + cheese:${PORTSDIR}/multimedia/cheese + . if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy . endif |