diff options
-rw-r--r-- | x11/gnome-session/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-session3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 0fbb6813f..a1e40e971 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.189 2011/03/07 08:03:57 kwm Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.190 2011/04/10 19:41:38 mezz Exp $ # PORTNAME= gnome-session @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 2 desktop -CONFLICTS= gnome-session-2.31.* gnome-session-2.90.* gnome-session-3.* +CONFLICTS= gnome-session-3.[0-9]* BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile index e6d85b2a0..72a008e13 100644 --- a/x11/gnome-session3/Makefile +++ b/x11/gnome-session3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session3/Makefile,v 1.15 2011/04/05 18:18:05 kwm Exp $ +# $MCom: ports/x11/gnome-session3/Makefile,v 1.16 2011/04/10 19:41:39 mezz Exp $ # PORTNAME= gnome-session @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 3 desktop -CONFLICTS= gnome-session-2.30.* +CONFLICTS= gnome-session-2.[0-9]* LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ execinfo:${PORTSDIR}/devel/libexecinfo \ |