diff options
-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: |