diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-01 05:32:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-01 05:32:27 +0000 |
commit | 306f551edf62e317bb5f0df7b13ec8ebeb699ed4 (patch) | |
tree | 7ea55fd184923fc9fa0e87f8c20c5ae232362de3 /sysutils/polkit | |
parent | f434a8a443f3115897a23127076a0ddd635e098c (diff) |
Notes
Diffstat (limited to 'sysutils/polkit')
-rw-r--r-- | sysutils/polkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 67cddeda6203..19f4231eecdc 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --with-pam-include=system \ --with-os-type=freebsd \ --enable-introspection \ - --localstatedir=/var \ + --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GTKDOC="false" |