diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile index 04c8893a3d36..70e6c3b40850 100644 --- a/sysutils/accountsservice/Makefile +++ b/sysutils/accountsservice/Makefile @@ -1,28 +1,27 @@ # Created by: Koop Mast PORTNAME= accountsservice PORTVERSION= 0.6.55 CATEGORIES= sysutils devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ MAINTAINER= kwm@FreeBSD.org COMMENT= D-Bus interface for user account query and manipulation LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= dbus>0:devel/dbus LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit -USE_GNOME= glib20 intltool introspection:build libxslt -USES= cpe gettext gnome localbase:ldflags meson \ - pkgconfig tar:xz +USES= cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz CPE_VENDOR= ray_stode +USE_GNOME= glib20 intltool libxslt introspection:build USE_LDCONFIG= yes -MESON_ARGS= -Dsystemdsystemunitdir=no \ +MESON_ARGS= -Delogind=false \ -Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \ + -Dlocalstatedir=/var \ -Dsystemd=false \ - -Delogind=false \ - -Dlocalstatedir=/var + -Dsystemdsystemunitdir=no .include