diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-12 01:30:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-12 01:30:45 +0800 |
commit | b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78 (patch) | |
tree | d26c0b407e0b4f99dcef65458c3944e190361176 /sysutils | |
parent | 24f0448873b025e925348e3d4403fbc7313d6c53 (diff) | |
download | marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.tar marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.tar.gz marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.tar.bz2 marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.tar.lz marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.tar.xz marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.tar.zst marcuscom-ports-b47e0187a99ff1752fe1ab4b430c07c4cd0a1f78.zip |
Clean up some leftovers, and use gnometarget.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12865 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 5 | ||||
-rw-r--r-- | sysutils/polkit-gnome/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 8d38a7afc..1d14cb9fb 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast<kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.1 2009/08/17 16:50:08 kwm Exp $ +# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.2 2009/09/10 15:01:19 kwm Exp $ # PORTNAME= polkit-gnome PORTVERSION= 0.94 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -19,7 +20,7 @@ LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 intlhack +USE_GNOME= gnomehack gnometarget gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ diff --git a/sysutils/polkit-gnome/pkg-plist b/sysutils/polkit-gnome/pkg-plist index abe7db413..a6f9688c8 100644 --- a/sysutils/polkit-gnome/pkg-plist +++ b/sysutils/polkit-gnome/pkg-plist @@ -57,3 +57,5 @@ share/locale/zh_TW/LC_MESSAGES/polkit-gnome-1.mo @dirrmtry share/locale/ca @dirrmtry share/locale/be/LC_MESSAGES @dirrmtry share/locale/be +@dirrm include/polkit-gtk-1/polkitgtk +@dirrm include/polkit-gtk-1 |