diff options
Diffstat (limited to 'ports-mgmt/packagekit/Makefile')
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index deebe6a59..557816da6 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -3,10 +3,10 @@ # Whom: Anders F Bjorklund <afb@users.sourceforge.net> # # $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.22 2010/06/29 21:14:02 kwm Exp $ +# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.23 2010/09/05 05:14:22 marcus Exp $ PORTNAME= PackageKit -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 PORTREVISION?= 0 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ @@ -37,6 +37,7 @@ LDFLAGS= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--with-security-framework=polkit \ + --enable-introspection=no \ --localstatedir=/var \ --disable-gtk-doc \ --disable-managed \ |