pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/consolekit consolekit: add missing autopoint ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23add57ffe93
branches:  trunk
changeset: 444076:23add57ffe93
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 02 15:48:39 2021 +0000

description:
consolekit: add missing autopoint dependency

diffstat:

 sysutils/consolekit/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 9d2b3b474cc0 -r 23add57ffe93 sysutils/consolekit/Makefile
--- a/sysutils/consolekit/Makefile      Sat Jan 02 15:25:16 2021 +0000
+++ b/sysutils/consolekit/Makefile      Sat Jan 02 15:48:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/01/01 15:33:51 nia Exp $
+# $NetBSD: Makefile,v 1.48 2021/01/02 15:48:39 wiz Exp $
 
 CONSOLEKIT_VER=        1.2.2
 DISTNAME=      ConsoleKit2-${CONSOLEKIT_VER}
@@ -15,7 +15,7 @@
 
 MESSAGE_SUBST+=        PREFIX=${PREFIX}
 
-BUILD_DEFS+=   VARBASE         \
+BUILD_DEFS+=   VARBASE \
                PKG_SYSCONFBASE
 
 EGDIR=                 ${PREFIX}/share/examples/consolekit
@@ -41,14 +41,14 @@
 
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake intltool msgfmt perl pkg-config
-USE_TOOLS+=    autoconf automake autoreconf
+USE_TOOLS+=    autoconf automake autoreconf autopoint
 USE_LIBTOOL=   YES
 
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFBASE}                        \
-               --localstatedir=${VARBASE}                      \
-               --disable-pam-module
-               #--enable-pam-module                            \
-               #--with-pam-module-dir=${PREFIX}/lib/security   \
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}                 \
+                       --localstatedir=${VARBASE}                      \
+                       --disable-pam-module
+               #--enable-pam-module
+               #--with-pam-module-dir=${PREFIX}/lib/security
 
 CONFIGURE_ARGS.SunOS+= --enable-rbac-shutdown=solaris.system.shutdown
 



Home | Main Index | Thread Index | Old Index