From a48ab1e142620b2f33b266e7888dfc9cc5820a18 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 17 Apr 2006 11:54:47 +0000 Subject: - Don't depend on ekiga for sparc64 (pwlib doesn't work with libc_r) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6082 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11') diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index a7aee093b..c3a90b2e1 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.138 2006/04/06 23:10:53 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.139 2006/04/12 22:11:34 marcus Exp $ # PORTNAME= gnome2 @@ -61,8 +61,7 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 ${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \ evince:${PORTSDIR}/graphics/evince \ ${X11BASE}/libexec/fast-user-switch-applet:${PORTSDIR}/x11/fast-user-switch-applet \ - ${X11BASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ - ekiga:${PORTSDIR}/net/ekiga + ${X11BASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet NO_BUILD= yes @@ -87,6 +86,9 @@ do-install: # empty .if ${ARCH} == "i386" || ${OSVERSION} > 500035 RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif +.if ${ARCH}!="sparc64" +RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga +.endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" -- cgit v1.2.3