From c66d80c17095dbd690e24549721963bde0c17ee9 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 27 Aug 2018 16:42:30 +0000 Subject: x11/slim: enable UTF8 by default PR: 230902 Submitted by: Henry Hu (maintainer) --- x11/slim/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'x11') 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: -- cgit v1.2.3