diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 19:04:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 19:04:38 +0800 |
commit | 0a1f795c69afbeaf1a67180eaf88b06f50bef4e8 (patch) | |
tree | 54a74676833ae2689271965c69a48b8d9596a5a5 /x11/gnome-session3/Makefile | |
parent | 0aaa2a884f269e3b7926fa78176e3dc4c634a1b9 (diff) | |
download | marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.gz marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.bz2 marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.lz marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.xz marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.zst marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.zip |
Part two of the GNOME 3.6 update.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session3/Makefile')
-rw-r--r-- | x11/gnome-session3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile index 9f9c9cb1c..3362cd9d6 100644 --- a/x11/gnome-session3/Makefile +++ b/x11/gnome-session3/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/gnome-session3/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports/x11/gnome-session3/Makefile,v 1.25 2012/05/25 09:52:12 kwm Exp $ PORTNAME= gnome-session -PORTVERSION= 3.4.2.1 +PORTVERSION= 3.6.2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,8 +11,6 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 3 desktop -CONFLICTS= gnome-session-2.[0-9]* - LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ execinfo:${PORTSDIR}/devel/libexecinfo \ json-glib-1.0:${PORTSDIR}/devel/json-glib \ @@ -20,13 +18,15 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo +CONFLICTS= gnome-session-2.[0-9]* + LATEST_LINK= gnome-session3 INSTALLS_ICONS= yes USES= gettext pathfix pkgconfig USE_XZ= yes USE_XORG= ice sm xau xext xtst xrender xtrans xcomposite USE_GL= gl -USE_GNOME= gnomeprefix intlhack gconf2 intltool gtk30 librsvg2 +USE_GNOME= gnomeprefix intlhack gconf2 intltool gtk30 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs |