diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-27 20:12:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-27 20:12:05 +0000 |
commit | cfbbb3d817970ca2fb24e5428dca9b8c7000d895 (patch) | |
tree | a104df5c22bb28ef11bb033a39a4fdc0ddd635d4 /x11 | |
parent | a8994cf080558b15cd5891c402c9a44388115936 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 95918df59f18..a54a1c443c46 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -67,10 +67,10 @@ 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 +CONFIGURE_ARGS+=--with-console-kit=yes +LIB_DEPENDS+= ck-connector.0:${PORTSDIR}/sysutils/consolekit .else -CONFIGURE_ARGS= --with-console-kit=no +CONFIGURE_ARGS+=--with-console-kit=no .endif post-patch: |