diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-09-16 03:32:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-09-16 03:32:58 +0000 |
commit | 51c3ec95b0abb036af808a3f5ca8f9a410514873 (patch) | |
tree | cb03c6cfbb4f7fd2cba37216fffae5d24836d591 /x11/gnome2 | |
parent | 3d55a79d55fd95acb69f5ce2217bdad61078ed57 (diff) | |
download | ports-51c3ec95b0abb036af808a3f5ca8f9a410514873.tar.gz ports-51c3ec95b0abb036af808a3f5ca8f9a410514873.zip |
Notes
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 562e8ca46dce..24091654468e 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -60,7 +60,8 @@ RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets ${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 + ${X11BASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \ + ekiga:${PORTSDIR}/net/ekiga NO_BUILD= yes @@ -83,11 +84,6 @@ RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp .endif -.if ${.CURDIR:T}!="gnome2-lite" -.if ${ARCH}!="sparc64" || ${OSVERSION} >= 700003 -RUN_DEPENDS+= ekiga:${PORTSDIR}/net/ekiga -.endif -.endif .endif .if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" |