diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
commit | 0dc34effd5fa8f149bf364d4097516c57e825eea (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /audio/pulseaudio | |
parent | 6e81d16ecdb3831bd2c270782b7589ae45617a6a (diff) | |
download | ports-0dc34effd5fa8f149bf364d4097516c57e825eea.tar.gz ports-0dc34effd5fa8f149bf364d4097516c57e825eea.zip |
Notes
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index ba73d5605db7..17dd95910907 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports-stable/audio/pulseaudio/Makefile,v 1.7 2010/06/25 20:35:01 kwm Exp $ -# + # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps to audio/gnome-media, sysutils/gnome-settings-daemon, # and audio/gstreamer-plugins-pulse. @@ -27,10 +27,9 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ USE_GNOME= gnomehack glib20 intltool ltverhack USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake 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}" \ |