diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 | ||||
-rw-r--r-- | audio/freedesktop-sound-theme/Makefile | 3 | ||||
-rw-r--r-- | audio/ipod-sharp/Makefile | 3 | ||||
-rw-r--r-- | audio/lastfm-desktop/Makefile | 3 | ||||
-rw-r--r-- | audio/liquidsoap/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index c0566c2..1a28617 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -32,8 +32,7 @@ USE_QT4= corelib dbus designer gui network opengl \ phonon script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 -USE_BZIP2= yes -USES= cmake pkgconfig shared-mime-info +USES= cmake pkgconfig shared-mime-info tar:bzip2 USE_LDCONFIG= yes BROKEN_sparc64= does not build (GCC-related error) diff --git a/audio/freedesktop-sound-theme/Makefile b/audio/freedesktop-sound-theme/Makefile index ba0a6c5..659facc 100644 --- a/audio/freedesktop-sound-theme/Makefile +++ b/audio/freedesktop-sound-theme/Makefile @@ -13,9 +13,8 @@ DISTNAME= sound-theme-freedesktop-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Sound theme based on the FreeDesktop specification -USE_BZIP2= yes USE_GNOME= gnomehier intlhack -USES= gettext gmake +USES= gettext gmake tar:bzip2 GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/audio/ipod-sharp/Makefile b/audio/ipod-sharp/Makefile index f02ac69..4b2eb43 100644 --- a/audio/ipod-sharp/Makefile +++ b/audio/ipod-sharp/Makefile @@ -16,9 +16,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/podsleuth.pc:${PORTSDIR}/misc/podsle ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib GNU_CONFIGURE= yes -USE_BZIP2= yes NO_STAGE= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:bzip2 USE_GNOME= gtksharp20 .include <bsd.port.mk> diff --git a/audio/lastfm-desktop/Makefile b/audio/lastfm-desktop/Makefile index 79f0ccb..5963f2a 100644 --- a/audio/lastfm-desktop/Makefile +++ b/audio/lastfm-desktop/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= liblastfm.so:${PORTSDIR}/audio/liblastfm \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libgpod.so:${PORTSDIR}/audio/libgpod -USES= pkgconfig qmake -USE_BZIP2= yes +USES= pkgconfig qmake tar:bzip2 USE_QT4= gui linguist_build moc_build network phonon \ rcc_build uic_build webkit xml LASTFM= ${PORTNAME}${PKGNAMESUFFIX} diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index 0b0a7ed..5767367 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -61,7 +61,6 @@ WGET_DESC= for downloading remote files (http, https, ftp) MAKE_JOBS_UNSAFE= yes -USE_BZIP2= yes NO_STAGE= yes USE_RC_SUBR= liquidsoap @@ -72,7 +71,7 @@ NO_OCAML_RUNDEPENDS= yes USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes CONFIGURE_TARGET= -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 CONFIGURE_ARGS= --disable-gui --localstatedir=/var CFLAGS+= -I${LOCALBASE}/${OCAML_LIBDIR} |