diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-28 10:25:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-28 10:25:43 +0800 |
commit | bdbfacc6aa69a20c58df44db5990b874752b0645 (patch) | |
tree | 7995cc3e6cb00fc0e9f55cb4db8b5186de288772 /x11 | |
parent | 01752de768bd1d55f9ed35268312ef67dd907149 (diff) | |
download | marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.tar marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.tar.gz marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.tar.bz2 marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.tar.lz marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.tar.xz marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.tar.zst marcuscom-ports-bdbfacc6aa69a20c58df44db5990b874752b0645.zip |
Remove the halt and reboot configure and make options since gnome-session
now relies on gdm to determine if shutdown and reboot actions are supported.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3726 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomesession/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 5283a40d3..7e3a3ce1a 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -27,12 +27,8 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui USE_GMAKE= yes USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --with-halt-command=/sbin/shutdown \ - --with-reboot-command=/sbin/shutdown CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -MAKE_ENV+= HALT_COMMAND="/sbin/halt -p" \ - REBOOT_COMMAND="/sbin/reboot" MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 \ session-properties.1 gnome-session-save.1 diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index 5283a40d3..7e3a3ce1a 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -27,12 +27,8 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui USE_GMAKE= yes USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --with-halt-command=/sbin/shutdown \ - --with-reboot-command=/sbin/shutdown CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -MAKE_ENV+= HALT_COMMAND="/sbin/halt -p" \ - REBOOT_COMMAND="/sbin/reboot" MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 \ session-properties.1 gnome-session-save.1 |