diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-01 15:49:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-01 15:49:05 +0800 |
commit | 05c946537f2062a6e89eeabfa819bb6001544c8a (patch) | |
tree | df345d103a73fb65aff026e1e873adf3157c68b1 /sysutils | |
parent | 94f19bc00c46a7143567ff28d45aad9ce1536706 (diff) | |
download | marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.tar marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.tar.gz marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.tar.bz2 marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.tar.lz marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.tar.xz marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.tar.zst marcuscom-ports-05c946537f2062a6e89eeabfa819bb6001544c8a.zip |
Fix PAM include path.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6188 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/policykit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <marcus@FreeBSD.org> # # $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" |