git: 0d18ad8e8c8c - main - sysutils/accountsservice: Sort variables
Mateusz Piotrowski
0mp at FreeBSD.org
Tue May 25 08:28:42 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d18ad8e8c8c93a98cc37af6c1be2c7fca148319
commit 0d18ad8e8c8c93a98cc37af6c1be2c7fca148319
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-24 15:54:58 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-25 08:28:07 +0000
sysutils/accountsservice: Sort variables
Approved by: portmgr blanket
---
sysutils/accountsservice/Makefile | 11 +++++------
1 file 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>
More information about the dev-commits-ports-all
mailing list