diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
commit | 7a3109de501ffdd07fc857f6a804515dbd1961f0 (patch) | |
tree | a1c0144d6a879ebff0374dcb13c30f85b485baaa /audio | |
parent | 7ebb5245aeea19531a769f4b3695ebf05c176d39 (diff) | |
download | freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.gz freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.zst freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.zip |
Add an explicit dependency on pkgconf
Obtained from: portmgr (bapt)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ardour/Makefile | 2 | ||||
-rw-r--r-- | audio/audacious-dumb/Makefile | 2 | ||||
-rw-r--r-- | audio/clementine-player/Makefile | 2 | ||||
-rw-r--r-- | audio/cuberok/Makefile | 2 | ||||
-rw-r--r-- | audio/cueplayer/Makefile | 1 | ||||
-rw-r--r-- | audio/esound/Makefile | 2 | ||||
-rw-r--r-- | audio/gkrellmms2/Makefile | 2 | ||||
-rw-r--r-- | audio/gkrellmvolume2/Makefile | 2 | ||||
-rw-r--r-- | audio/gmidimonitor/Makefile | 7 | ||||
-rw-r--r-- | audio/gmtp/Makefile | 2 | ||||
-rw-r--r-- | audio/goobox/Makefile | 2 |
11 files changed, 12 insertions, 14 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index b885fc32d76f..ae56787104e6 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo \ gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_SCONS= yes SCONS_ENV+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes CFLAGS+= -I${LOCALBASE}/include diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index a6eddf7961da..26b67638a745 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb -USES= gmake +USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 4ed9c8484252..99937a5881e0 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} -USES= cmake +USES= cmake pkgconfig USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit diff --git a/audio/cuberok/Makefile b/audio/cuberok/Makefile index d768ed10de80..2263be861b2c 100644 --- a/audio/cuberok/Makefile +++ b/audio/cuberok/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \ USE_LDCONFIG= yes USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ network phonon-gst sql -USES= gettext iconv +USES= gettext iconv pkgconfig USE_SDL= sdl QMAKEFLAGS+= "CONFIG+=player_phonon" MAKE_ENV+= INSTALL_ROOT=${PREFIX} diff --git a/audio/cueplayer/Makefile b/audio/cueplayer/Makefile index 6304d6795ba7..175b9785a5a8 100644 --- a/audio/cueplayer/Makefile +++ b/audio/cueplayer/Makefile @@ -16,6 +16,7 @@ COMMENT= CUE player LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +USES= pkgconfig USE_QT4= gui xml qmake_build uic_build moc_build rcc_build network USE_GSTREAMER= flac good dvd lame ugly ffmpeg taglib ogg vorbis soup libmms wavpack diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 2ec3e12d40ed..345fc84f9546 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile USE_AUTOTOOLS= libtool USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig:both USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= JW=false diff --git a/audio/gkrellmms2/Makefile b/audio/gkrellmms2/Makefile index d532aa54f258..9b6c0bd76f4a 100644 --- a/audio/gkrellmms2/Makefile +++ b/audio/gkrellmms2/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= libexec/gkrellm2/plugins/gkrellmms.so \ share/locale/nl/LC_MESSAGES/gkrellmms.mo \ share/locale/ru/LC_MESSAGES/gkrellmms.mo -USES= gmake +USES= gmake pkgconfig MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \ LOCALEDIR=${PREFIX}/share/locale \ diff --git a/audio/gkrellmvolume2/Makefile b/audio/gkrellmvolume2/Makefile index 9daa188c6a2f..7e95c90830ce 100644 --- a/audio/gkrellmvolume2/Makefile +++ b/audio/gkrellmvolume2/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= libexec/gkrellm2/plugins/volume.so \ share/locale/pl/LC_MESSAGES/gkrellm-volume.mo \ share/locale/ru/LC_MESSAGES/gkrellm-volume.mo -USES= gmake +USES= gmake pkgconfig MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \ LOCALEDIR=${PREFIX}/share/locale \ diff --git a/audio/gmidimonitor/Makefile b/audio/gmidimonitor/Makefile index f4cc5ffb9716..905806d5fa91 100644 --- a/audio/gmidimonitor/Makefile +++ b/audio/gmidimonitor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmidimonitor -# Date created: 2007-03-20 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= gmidimonitor PORTVERSION= 3.6 @@ -17,6 +13,7 @@ COMMENT= GTK+ application that shows MIDI events LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ lash.2:${PORTSDIR}/audio/lash +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 libglade2 diff --git a/audio/gmtp/Makefile b/audio/gmtp/Makefile index caad4ee2127d..1c3bb00bbe05 100644 --- a/audio/gmtp/Makefile +++ b/audio/gmtp/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/gMTP CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= glib20 PORTDOCS= * diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 6edf33ace3cc..ff94a4bd7381 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= x11 -USES= gettext gmake +USES= gettext gmake pkgconfig USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils USE_GSTREAMER= cdparanoia gconf core gio |