diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-22 19:33:05 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-22 19:33:05 +0000 |
commit | 440fa07eae647cd0cfee2d851ca511b8a5cc346c (patch) | |
tree | f0f65592e8f32b2f874be8b945785f3b44253ab2 /sysutils/consolekit/Makefile | |
parent | 3490d792c510473d03f652340a80d5d5cf185211 (diff) | |
download | pkgsrc-440fa07eae647cd0cfee2d851ca511b8a5cc346c.tar.gz |
Fix socket credential handling and sysctl kern.proc2 usage. Bump PKGREVISION
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r-- | sysutils/consolekit/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index fc2f00565f1..03ae72fef71 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 03:32:22 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/22 19:33:05 jmcneill Exp $ # CONSOLEKIT_VER= 0.3.0 DISTNAME= ConsoleKit-${CONSOLEKIT_VER} PKGNAME= consolekit-${CONSOLEKIT_VER} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.freedesktop.org/~mccann/dist/ EXTRACT_SUFX= .tar.bz2 @@ -33,6 +34,10 @@ USE_LIBTOOL= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE} +# TODO +#CONFIGURE_ARGS+= --enable-pam-module +#.include "../../mk/pam.buildlink3.mk" + post-extract: cp ${FILESDIR}/ck-sysdeps-netbsd.c ${WRKSRC}/src/ @@ -42,5 +47,4 @@ pre-configure: .include "../../security/policykit/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../mk/pam.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |