From 05c946537f2062a6e89eeabfa819bb6001544c8a Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 1 May 2006 07:49:05 +0000 Subject: Fix PAM include path. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6188 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/policykit/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index 3e20fbf08..1c623c1f3 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/sysutils/policykit/Makefile,v 1.3 2006/05/01 07:28:42 marcus Exp $ +# $MCom: ports/sysutils/policykit/Makefile,v 1.4 2006/05/01 07:42:38 marcus Exp $ # PORTNAME= policykit PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://www.marcuscom.com/downloads/ DISTNAME= PolicyKit-${PORTVERSION} @@ -24,7 +24,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-gtk-doc \ - --with-pid-file=/var/run/polkitd/polkitd.pid + --with-pid-file=/var/run/polkitd/polkitd.pid \ + --with-pam-include=system CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GTKDOC="false" -- cgit v1.2.3