summaryrefslogtreecommitdiffstats
path: root/sysutils/accountsservice/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-05 06:29:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-05 06:29:10 +0800
commit169cfa2690cd0c4ca48b10d191a2956e3b12080e (patch)
treecb3463563501d13304bb1c906760a0078c2cb567 /sysutils/accountsservice/Makefile
parentb4d3405ade833452e5670461a9d0b03c00986544 (diff)
downloadmarcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.tar
marcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.tar.gz
marcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.tar.bz2
marcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.tar.lz
marcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.tar.xz
marcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.tar.zst
marcuscom-ports-169cfa2690cd0c4ca48b10d191a2956e3b12080e.zip
Update to 0.6.14.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16362 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/accountsservice/Makefile')
-rw-r--r--sysutils/accountsservice/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index b4fd9813c..7f5df9d4f 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= accountsservice
-PORTVERSION= 0.6.12
+PORTVERSION= 0.6.14
CATEGORIES= sysutils devel
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
@@ -18,13 +18,13 @@ LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
-USE_BZIP2= yes
+USE_XZ= yes
USE_GNOME= gnomehack glib20 intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|/etc/gdm/custom.conf|${LOCALBASE}/etc/gdm/custom.conf|g' \