diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-13 17:37:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-13 17:37:27 +0000 |
commit | c6fb7bc24206c0dce35d70150eb195c715bcbea1 (patch) | |
tree | a8926dd4006a78e9d9b0b081e603371e3141be80 /Mk | |
parent | * Correct a typo in the libartlgpl2 detection [1] (diff) |
Remove the gnomeaudio component as it is only used by one port, x11/gnome2,
which registers it as an explicit RUN_DEPENDS.
Submitted by: adamw
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index bed182478e7b..4457d18c0f8a 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -35,7 +35,7 @@ _USE_GNOME_ALL+=libghttp glib12 gtk12 libxml gdkpixbuf imlib orbit \ gtkhtml pygtk pygnome # GNOME 2 components -_USE_GNOME_ALL+=gnomeaudio glib20 atk pango gtk20 linc libidl orbit2 \ +_USE_GNOME_ALL+=glib20 atk pango gtk20 linc libidl orbit2 \ libglade2 libxml2 libxslt libbonobo gconf2 gnomevfs2 gail \ libgnomecanvas libartlgpl2 libgnomeprint libgnomeprintui \ libgnome libbonoboui libgnomeui atspi libgailgnome \ @@ -76,9 +76,6 @@ gnomeprefix_USE_GNOME_IMPL=gnomehier gnometarget_CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -gnomeaudio_DETECT= ${X11BASE}/share/gnome/sounds/login.wav -gnomeaudio_RUN_DEPENDS= ${gnomeaudio_DETECT}:${PORTSDIR}/audio/gnomeaudio2 - ESD_CONFIG?= ${LOCALBASE}/bin/esd-config esound_LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound esound_CONFIGURE_ENV= ESD_CONFIG="${ESD_CONFIG}" |