diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libcanberra/Makefile | 3 | ||||
-rw-r--r-- | audio/pulseaudio/Makefile | 5 | ||||
-rw-r--r-- | audio/rhythmbox3/Makefile | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index d3a09f2d9..d565a2c60 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LGPL LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix gnomehier gtk20 ltverhack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libltdl diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 7c5bdf48a..0855dc50e 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/audio/pulseaudio/Makefile 18611 2013-06-30 16:33:55Z marcus $ # # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps of depending ports. @@ -29,10 +29,9 @@ USE_XZ= yes USE_GNOME= glib20 intltool ltverhack gnomehier USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool -USE_GMAKE= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/audio/rhythmbox3/Makefile b/audio/rhythmbox3/Makefile index 3bba56739..3562b6418 100644 --- a/audio/rhythmbox3/Makefile +++ b/audio/rhythmbox3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/audio/rhythmbox3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= rhythmbox PORTVERSION= 2.90.1.1 @@ -27,10 +27,9 @@ CONFLICTS= rhythmbox-0.[0-9]* LATEST_LINK= rhythmbox3 USE_BZIP2= yes -USES= gettext pathfix +USES= gettext gmake pathfix INSTALLS_OMF= yes USE_XORG= ice xproto -USE_GMAKE= yes USE_GNOME= intlhack gnomeprefix gtk30 introspection:build WANT_GNOME= yes USE_GSTREAMER= flac mp3 jpeg cdparanoia vorbis |