From 916482d8f434e4918b2af28e9133d744b3632f6c Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 3 Sep 2013 14:08:55 +0000 Subject: Add an explicit dependency on pkgconf --- multimedia/cheese/Makefile | 9 ++------- multimedia/totem/Makefile | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'multimedia') diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index ac0fb81a40a2..36f38abfedb4 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: cheese -# Date created: 13 January 2008 -# Whom: FreeBSD GNOME Team -# +# Created by: FreeBSD GNOME Team # $FreeBSD$ # $MCom: ports/multimedia/cheese/Makefile,v 1.63 2010/09/28 08:21:02 kwm Exp $ -# PORTNAME= cheese PORTVERSION= 2.32.0 @@ -22,10 +18,9 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ USE_XORG= xxf86vm USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop -USES= gettext +USES= gettext gmake pkgconfig USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index ce94d767182a..9f92e7d884b9 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -24,7 +24,7 @@ CONFLICTS= totem-3.[0-9]* USE_PYTHON= yes USE_BZIP2= yes -USES= pathfix gettext desktop-file-utils +USES= pathfix gettext desktop-file-utils pkgconfig USE_GNOME= gnomeprefix intlhack nautilus2 \ ltverhack pygtk2 gnomehier USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio -- cgit