diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
commit | 916482d8f434e4918b2af28e9133d744b3632f6c (patch) | |
tree | 30aec4eb86fae53a3d9c973b70c5fb2f5ed11e32 /multimedia | |
parent | 23bfaa0421546878c7d4e22c4707e0111349177f (diff) | |
download | freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.gz freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.zst freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese/Makefile | 9 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 2 |
2 files changed, 3 insertions, 8 deletions
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 <gnome@FreeBSD.org> -# +# Created by: FreeBSD GNOME Team <gnome@FreeBSD.org> # $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 |