diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
commit | c41a62214ee4509ba461b71c127934706416d12b (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /sysutils | |
parent | 7a3518623a9c92a1499e2e5ffde551f46ccfba96 (diff) | |
download | ports-c41a62214ee4509ba461b71c127934706416d12b.tar.gz ports-c41a62214ee4509ba461b71c127934706416d12b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/policykit-gnome/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/policykit-gnome/Makefile b/sysutils/policykit-gnome/Makefile index debea2217a68..95a450d0850d 100644 --- a/sysutils/policykit-gnome/Makefile +++ b/sysutils/policykit-gnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: PolicyKit-gnome -# Date Created: 20 January 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $ -# PORTNAME= policykit-gnome PORTVERSION= 0.9.2 @@ -20,7 +16,7 @@ LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gnomehack intlhack gnomedocutils gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |