diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /multimedia | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/emotion/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-gnonlin/Makefile | 7 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xine/Makefile | 2 |
4 files changed, 5 insertions, 9 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile index 0f2505acc246..1323fd707034 100644 --- a/multimedia/emotion/Makefile +++ b/multimedia/emotion/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= ecore edje eet eio embryo evas libtool_hack modarch_hack USE_EFL_EVAS_LOADERS= png jpeg USE_LDCONFIG= yes diff --git a/multimedia/gstreamer-plugins-gnonlin/Makefile b/multimedia/gstreamer-plugins-gnonlin/Makefile index 2de3ef5c27e4..ba022ba4ec20 100644 --- a/multimedia/gstreamer-plugins-gnonlin/Makefile +++ b/multimedia/gstreamer-plugins-gnonlin/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-gnonlin -# Date created: 2006-04-25 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.7 2006/07/21 16:39:31 ahze Exp $ -# PORTNAME= gstreamer-plugins-gnonlin PORTVERSION= 0.10.17 @@ -16,6 +12,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer lib for writing non-linear audio and video CFLAGS:= ${CFLAGS} -O2 -Wno-format +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GSTREAMER= yes diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 6fb57d4886c2..81b633ed3b25 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -62,8 +62,7 @@ UNSAFE_PLUGINS_DESC= Install unsafe, unsupported plugins NO_DVD_DESC= disable DVD specific features USE_XZ= yes -USE_GMAKE= yes -USES= iconv perl5 +USES= iconv perl5 gmake pkgconfig USE_PERL5= build USE_GL=yes USE_CSTD= gnu99 diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 6da0bc7d5629..c2faaf30e350 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -29,7 +29,7 @@ WIN32_CODECS_DESC= Enable win32 codecs USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ --disable-nvtvsimple |