summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-27 03:02:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-27 03:02:27 +0800
commit9a31c38fb238a73b57ed751b2538556f9e2dcf3d (patch)
tree92c60807af0a65c8f2225ce8df1390d854186ef2 /x11/gnome-session/Makefile
parentf9447e339a56d396f2f109b312bcdfb32e4d6be9 (diff)
downloadmarcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.gz
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.bz2
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.lz
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.xz
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.zst
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.zip
Update to 2.27.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r--x11/gnome-session/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index 56c9f2d32..85aeebd67 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-session/Makefile,v 1.171 2009/07/19 20:00:21 marcus Exp $
+# $MCom: ports/x11/gnome-session/Makefile,v 1.172 2009/08/11 00:10:43 marcus Exp $
#
PORTNAME= gnome-session
-PORTVERSION= 2.27.4
-PORTREVISION= 1
+PORTVERSION= 2.27.91
CATEGORIES= x11 gnome
MASTER_SITES= GNOME \
http://www.marcuscom.com/downloads/:local
@@ -26,6 +25,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
notify.1:${PORTSDIR}/devel/libnotify \
execinfo:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
+ ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
INSTALLS_ICONS= yes
@@ -36,7 +36,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gconf2
GNOME_DESKTOP_VERSION=2
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-docbook-docs
+CONFIGURE_ARGS= --disable-docbook-docs \
+ --enable-splash
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"