summaryrefslogtreecommitdiff
path: root/audio/pulseaudio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 22:31:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 22:31:38 +0000
commit0dc34effd5fa8f149bf364d4097516c57e825eea (patch)
treea1b48ae17cce6abbd28f23dfd05e44010cc2943d /audio/pulseaudio
parentRemove 2 lines for structs which were declared in utmp.h (diff)
Add an explicit dependency on pkgconf
While here: - trim headers - convert USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=325725
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile5
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}" \