diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-14 00:28:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-14 00:28:31 +0800 |
commit | 4554c5667e343ce8718a880d136b49b18e031c04 (patch) | |
tree | 925d0395e1798ecc05aa3b5cdca7a4949b4d12d6 | |
parent | 9f42abc50706a8b0560223775afe3d18dc5dedb6 (diff) | |
download | marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.tar marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.tar.gz marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.tar.bz2 marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.tar.lz marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.tar.xz marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.tar.zst marcuscom-ports-4554c5667e343ce8718a880d136b49b18e031c04.zip |
Don't depend on gnometarget, depend on gnomeprefix.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12873 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 1d14cb9fb..5c0de28f2 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.2 2009/09/10 15:01:19 kwm Exp $ +# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.3 2009/09/11 17:30:45 marcus Exp $ # PORTNAME= polkit-gnome PORTVERSION= 0.94 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -20,7 +20,7 @@ LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomehack gnometarget gtk20 intlhack +USE_GNOME= gnomehack gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ |