summaryrefslogtreecommitdiffstats
path: root/sysutils/polkit-gnome/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-07 22:50:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-07 22:50:51 +0800
commit845580078f166c979e18200e190a2be73d756c59 (patch)
treecc386690e29b7ddb42459c6c57e7bf0813dd6ca0 /sysutils/polkit-gnome/Makefile
parentafe34c2bf5c33eb80f51ce9a3bdc3782d4e7ab50 (diff)
downloadmarcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar
marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.gz
marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.bz2
marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.lz
marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.xz
marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.tar.zst
marcuscom-ports-845580078f166c979e18200e190a2be73d756c59.zip
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16376 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/polkit-gnome/Makefile')
-rw-r--r--sysutils/polkit-gnome/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile
index ff4634a4a..0409920cd 100644
--- a/sysutils/polkit-gnome/Makefile
+++ b/sysutils/polkit-gnome/Makefile
@@ -3,28 +3,29 @@
# Whom: Koop Mast<kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.16 2011/02/23 18:07:13 kwm Exp $
+# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.17 2011/03/04 12:35:48 kwm Exp $
#
PORTNAME= polkit-gnome
-PORTVERSION= 0.101
+PORTVERSION= 0.102
CATEGORIES= sysutils gnome
-MASTER_SITES= http://hal.freedesktop.org/releases/
+MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME frontend to the PolicKit framework
LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
-USE_BZIP2= yes
+USE_XZ= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix gtk20 intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc \
+ --with-gtk=2.0 \
--localstatedir=/var
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>