diff options
Diffstat (limited to 'sysutils/accountsservice/Makefile')
-rw-r--r-- | sysutils/accountsservice/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile index 794639e06..bffae7955 100644 --- a/sysutils/accountsservice/Makefile +++ b/sysutils/accountsservice/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= accountsservice -PORTVERSION= 0.6.24 -PORTREVISION= 3 +PORTVERSION= 0.6.35 CATEGORIES= sysutils devel MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/ @@ -14,12 +13,11 @@ COMMENT= D-Bus interface for user account query and manipulation LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit -USE_XZ= yes USE_GNOME= glib20 gnomehier intlhack introspection:build libxslt -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/ --disable-vala +CONFIGURE_ARGS= --disable-systemd --localstatedir=/var/ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |