diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-17 19:54:47 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-17 19:54:47 +0800 |
commit | a48ab1e142620b2f33b266e7888dfc9cc5820a18 (patch) | |
tree | e3b7718e1cebd5de9603d14f7060ff8a9b1d4bdf /x11 | |
parent | c974fe380f15d279e4006dc77f2635731bc1c1d4 (diff) | |
download | marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.tar marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.tar.gz marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.tar.bz2 marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.tar.lz marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.tar.xz marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.tar.zst marcuscom-ports-a48ab1e142620b2f33b266e7888dfc9cc5820a18.zip |
- 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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <marcus@FreeBSD.org> # # $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" |