summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-08 14:16:53 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-08 14:16:53 +0800
commit1e3e026f8fab9c72c1922f1ac37be43f9874698a (patch)
treed7ed6a355b02d04085631bec3f49238b81073f90
parentd68c5bbbd1aa69e564d358f08d286d3ab8088c96 (diff)
downloadmarcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.tar
marcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.tar.gz
marcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.tar.bz2
marcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.tar.lz
marcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.tar.xz
marcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.tar.zst
marcuscom-ports-1e3e026f8fab9c72c1922f1ac37be43f9874698a.zip
Remove the gnomeaudio component. The only thing that directly
calls for audio/gnomeaudio2 is x11/gnome2, which registers it as an explicit RUN_DEPEND. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1602 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gnome.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 9aebed1c6..d68397bc3 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}"