diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /audio | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beast/Makefile | 2 | ||||
-rw-r--r-- | audio/calf/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-plugins-fluendo-mp3/Makefile | 7 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 2 | ||||
-rw-r--r-- | audio/scrobbler/Makefile | 2 |
6 files changed, 7 insertions, 10 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 55ef0ad00573..6974058e6ebd 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE_i386= SSE USE_BZIP2= yes -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas GNU_CONFIGURE= yes diff --git a/audio/calf/Makefile b/audio/calf/Makefile index 6223fcd33923..f15036aeed7c 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFINE= LASH LV2 OPTIONS_DEFAULT=LASH LV2 LV2_DESC= LV2 audio plugin -USES= gmake +USES= gmake pkgconfig USE_GCC= any USE_GNOME= gtk20 GNU_CONFIGURE= yes diff --git a/audio/gstreamer-plugins-fluendo-mp3/Makefile b/audio/gstreamer-plugins-fluendo-mp3/Makefile index d2b81186ab4e..df480ed2db9d 100644 --- a/audio/gstreamer-plugins-fluendo-mp3/Makefile +++ b/audio/gstreamer-plugins-fluendo-mp3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-fluendo-mp3 -# Date created: 2007-02-25 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gstreamer-plugins-fluendo-mp3 PORTVERSION= 0.10.20 @@ -17,6 +13,7 @@ COMMENT= Mp3 gstreamer plugin from fluendo LICENSE= MIT CFLAGS:= ${CFLAGS} -O2 +USES= pkgconfig USE_GSTREAMER= yes GNU_CONFIGURE= yes PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.la \ diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index 8f87478bd5b9..4b8420abea05 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ CFLAGS:= ${CFLAGS} -O2 USE_GSTREAMER= yes good -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index d59e9dc3ada1..65bf2cfc8728 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -23,7 +23,7 @@ USE_AUTOTOOLS= libltdl USE_GSTREAMER= yes USE_GNOME= gnomedocutils gtk20 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index f196d3cd0e79..789ccc5b703a 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl CONFLICTS= bmp-scrobbler-[0-9]* \ xmms-scrobbler-[0-9]* -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_GCC= any GNU_CONFIGURE= yes |