diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-18 21:05:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-18 21:05:11 +0800 |
commit | c53075a39b7dfce2b5cda4897ffa55e0e46f6676 (patch) | |
tree | 57f5ff5791cf46b411408c5bb6ec7931a9b92e75 /sysutils | |
parent | bc505a3b504a310497efb1659b24fa0d341dec94 (diff) | |
download | marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.tar marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.tar.gz marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.tar.bz2 marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.tar.lz marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.tar.xz marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.tar.zst marcuscom-ports-c53075a39b7dfce2b5cda4897ffa55e0e46f6676.zip |
trim header.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17177 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index 1697b1717..18a5b72e4 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: polkit-gnome -# Date Created: 30 Juli 2009 -# Whom: Koop Mast<kwm@FreeBSD.org> -# +# Created by: Koop Mast<kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.18 2011/10/07 14:50:51 kwm Exp $ -# +# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.19 2012/09/01 23:02:13 mezz Exp $ PORTNAME= polkit-gnome PORTVERSION= 0.102 @@ -14,7 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME frontend to the PolicyKit framework -LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit +LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit USE_XZ= yes USE_GMAKE= yes |