summaryrefslogtreecommitdiffstats
path: root/x11/gdm
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-07 08:38:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-07 08:38:20 +0800
commit58f855b257a23b542b5866468a7a5b84d0e27602 (patch)
tree9c34453b9886cab818ade67b51c75fadd5384d88 /x11/gdm
parentd044ec36fc0d19753c15600a1c5afde8cfead24c (diff)
downloadmarcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.tar
marcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.tar.gz
marcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.tar.bz2
marcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.tar.lz
marcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.tar.xz
marcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.tar.zst
marcuscom-ports-58f855b257a23b542b5866468a7a5b84d0e27602.zip
ConsoleKit is now required.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index eeb36aa62..6883b5a41 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.82 2007/11/03 00:59:39 marcus Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.83 2007/11/06 20:57:10 marcus Exp $
#
PORTNAME= gdm
PORTVERSION= 2.21.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 version of xdm display manager
BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity
+LIB_DEPENDS= ck-connector.0:${PORTSDIR}/sysutils/consolekit
RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity
USE_BZIP2= yes
@@ -42,8 +44,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
GNOME_LOCALSTATEDIR= /var
OPTIONS= IPV6 "Enable IPv6 support" on \
- LOG_LIMIT "Limit ~/.xsession-errors size" on \
- CONSOLEKIT "Enable ConsoleKit support" on
+ LOG_LIMIT "Limit ~/.xsession-errors size" on
.include <bsd.port.pre.mk>
@@ -63,13 +64,6 @@ CONFIGURE_ARGS+= --disable-ipv6
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-daemon_slave.c
.endif
-.if defined(WITH_CONSOLEKIT)
-CONFIGURE_ARGS+=--with-console-kit=yes
-LIB_DEPENDS+= ck-connector.0:${PORTSDIR}/sysutils/consolekit
-.else
-CONFIGURE_ARGS+=--with-console-kit=no
-.endif
-
post-patch:
.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \
( ${OSVERSION} < 503101 )