diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-09 00:14:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-09 00:14:21 +0800 |
commit | 77e3277e095d158422ceda31ac6c434941e596f1 (patch) | |
tree | 826a584306496745d46ec4edafb2b79a5d098471 /x11/gnome-session | |
parent | 8bb6684f7ca3185fb3ab34ad164cac4df83abeb6 (diff) | |
download | marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.tar marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.tar.gz marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.tar.bz2 marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.tar.lz marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.tar.xz marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.tar.zst marcuscom-ports-77e3277e095d158422ceda31ac6c434941e596f1.zip |
Revert previous commit as gnome-session no longer requires esound.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index d894267fc..1f4c0814b 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.138 2008/03/07 12:05:42 kwm Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.139 2008/03/08 00:50:19 marcus Exp $ # PORTNAME= gnome-session @@ -36,8 +36,7 @@ GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - ESD_SERVER="${LOCALBASE}/bin/esd" + LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnome-session.1 gnome-wm.1 session-properties.1 \ gnome-session-save.1 |