Date: Tue, 3 Sep 2013 14:16:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326152 - head/net/vino Message-ID: <201309031416.r83EGKPC067118@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 3 14:16:20 2013 New Revision: 326152 URL: http://svnweb.freebsd.org/changeset/ports/326152 Log: Add an explicit dependency on pkgconf Modified: head/net/vino/Makefile Modified: head/net/vino/Makefile ============================================================================== --- head/net/vino/Makefile Tue Sep 3 14:08:55 2013 (r326151) +++ head/net/vino/Makefile Tue Sep 3 14:16:20 2013 (r326152) @@ -1,10 +1,6 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ # $MCom: ports/net/vino/Makefile,v 1.81 2010/09/27 13:51:24 kwm Exp $ -# PORTNAME= vino PORTVERSION= 2.32.2 @@ -21,10 +17,9 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_XORG= xtst -USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031416.r83EGKPC067118>