diff options
-rw-r--r-- | x11/gnome-session/Makefile | 7 | ||||
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_Makefile.in | 10 |
2 files changed, 3 insertions, 14 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index bd8336096..e4f91ca4a 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome-session/Makefile,v 1.183 2010/05/29 10:40:32 kwm Exp $ # PORTNAME= gnome-session PORTVERSION= 2.31.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME \ http://www.marcuscom.com/downloads/:local @@ -21,8 +22,6 @@ COMMENT= Session component for the GNOME 2 desktop BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ - notify.1:${PORTSDIR}/devel/libnotify \ execinfo:${PORTSDIR}/devel/libexecinfo \ upower-glib.1:${PORTSDIR}/sysutils/upower RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ @@ -32,7 +31,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gno INSTALLS_ICONS= yes USE_GETTEXT= yes USE_BZIP2= yes -USE_XORG= ice sm xau xrandr +USE_XORG= ice sm xau xext xtst xrender USE_GNOME= gnomeprefix gnomehack intlhack gconf2 GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in deleted file mode 100644 index 48f55c540..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-session/Makefile.in.orig 2009-08-26 14:18:15.000000000 -0400 -+++ gnome-session/Makefile.in 2009-08-26 14:20:10.000000000 -0400 -@@ -360,6 +360,7 @@ test_client_dbus_LDADD = \ - - gnome_session_LDADD = \ - libgsmutil.la \ -+ -lexecinfo \ - $(top_builddir)/egg/libeggdesktopfile.la \ - $(SM_LIBS) \ - $(ICE_LIBS) \ |