diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-08-27 16:42:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-08-27 16:42:30 +0000 |
commit | c66d80c17095dbd690e24549721963bde0c17ee9 (patch) | |
tree | 6443f9b632f1ad4681b004ff6d4917eb9747c0ac /x11 | |
parent | 0c2e1ae6097cfd566223454ccdfdedd67940b090 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/slim/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile index 1a0a95719133..b9e674cff1b3 100644 --- a/x11/slim/Makefile +++ b/x11/slim/Makefile @@ -3,7 +3,7 @@ PORTNAME= slim PORTVERSION= 1.3.6 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \ SF/slim.berlios @@ -30,7 +30,7 @@ CMAKE_ARGS= -DUSE_CONSOLEKIT=yes \ -DBUILD_SHARED_LIBS=yes OPTIONS_DEFINE= PAM UTF8 CONSOLEKIT -OPTIONS_DEFAULT= PAM CONSOLEKIT +OPTIONS_DEFAULT= PAM UTF8 CONSOLEKIT OPTIONS_SUB= yes UTF8_DESC= Support UTF-8 characters @@ -45,7 +45,8 @@ PAM_CMAKE_OFF= -DUSE_PAM=no UTF8_EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8 CONSOLEKIT_CMAKE_ON= -DUSE_CONSOLEKIT=yes -CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit2 +CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit2 \ + libdbus-1.so:devel/dbus CONSOLEKIT_CMAKE_OFF= -DUSE_CONSOLEKIT=no post-patch: |