aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-08-27 20:12:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-08-27 20:12:05 +0000
commitcfbbb3d817970ca2fb24e5428dca9b8c7000d895 (patch)
treea104df5c22bb28ef11bb033a39a4fdc0ddd635d4 /x11/gdm
parenta8994cf080558b15cd5891c402c9a44388115936 (diff)
downloadports-cfbbb3d817970ca2fb24e5428dca9b8c7000d895.tar.gz
ports-cfbbb3d817970ca2fb24e5428dca9b8c7000d895.zip
Use += to set LIB_DEPENDS and CONFIGURE_ARGS after bsd.port.pre.mk.
Notes
Notes: svn path=/head/; revision=198406
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile6
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: