diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /multimedia | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) |
Notes
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 |