aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-05-24 15:54:58 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-05-25 08:28:07 +0000
commit0d18ad8e8c8c93a98cc37af6c1be2c7fca148319 (patch)
tree23d39afde1915752e831a6cf188ba741e6578f28
parentffb1311e56725702208e807cfc63c8163c6b4a52 (diff)
downloadports-0d18ad8e8c8c93a98cc37af6c1be2c7fca148319.tar.gz
ports-0d18ad8e8c8c93a98cc37af6c1be2c7fca148319.zip
sysutils/accountsservice: Sort variables
Approved by: portmgr blanket
-rw-r--r--sysutils/accountsservice/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index 04c8893a3d36..70e6c3b40850 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -14,15 +14,14 @@ 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 <bsd.port.mk>