diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:16:30 +0800 |
commit | 46ccc06ed12754ba1915e6ced7a556dbf908d709 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /audio | |
parent | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (diff) | |
download | freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.gz freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.tar.zst freebsd-ports-gnome-46ccc06ed12754ba1915e6ced7a556dbf908d709.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/asunder/Makefile | 2 | ||||
-rw-r--r-- | audio/jamin/Makefile | 2 | ||||
-rw-r--r-- | audio/mixmos/Makefile | 7 | ||||
-rw-r--r-- | audio/xoscope/Makefile | 2 | ||||
-rw-r--r-- | audio/xsynth-dssi/Makefile | 2 |
5 files changed, 6 insertions, 9 deletions
diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index e57fc27fb13f..917215373ec0 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -23,7 +23,7 @@ WINDOWS_CHARS_DESC= Allow Windows special chars in filenames USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= gtk20 PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 84c478383da5..1bc37b5b0d6f 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 libxml2 MAN1= jamin.1 diff --git a/audio/mixmos/Makefile b/audio/mixmos/Makefile index 10cba643c43e..b88778b3cdc2 100644 --- a/audio/mixmos/Makefile +++ b/audio/mixmos/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mixmos -# Date created: 24 Jul 2004 -# Whom: Herbert J. Skuhra <h.skuhra@gmail.com> -# +# Created by: Herbert J. Skuhra <h.skuhra@gmail.com> # $FreeBSD$ -# PORTNAME= mixmos PORTVERSION= 0.2.0 @@ -14,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_TUCOWS} MAINTAINER= h.skuhra@gmail.com COMMENT= A GTK2 audio mixer +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/xoscope/Makefile b/audio/xoscope/Makefile index 72dc2a36e406..4a30044a7eea 100644 --- a/audio/xoscope/Makefile +++ b/audio/xoscope/Makefile @@ -11,7 +11,7 @@ COMMENT= Sound card oscilloscope GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 USE_XORG= x11 diff --git a/audio/xsynth-dssi/Makefile b/audio/xsynth-dssi/Makefile index 88113fb986e0..aeed0d8524cf 100644 --- a/audio/xsynth-dssi/Makefile +++ b/audio/xsynth-dssi/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi USE_GNOME= gtk20 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |