aboutsummaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-02-25 14:32:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-02-25 14:32:37 +0000
commitab0bb2410ab26343d71e733c64f70442d6a9d9ca (patch)
treed093af5047e6f7d6d1135eee1c0fe4cb1ca6ed3a /audio/libao
parent6ea2f4552128ecb6a44067b3a5058f6e0f1e1093 (diff)
downloadports-ab0bb2410ab26343d71e733c64f70442d6a9d9ca.tar.gz
ports-ab0bb2410ab26343d71e733c64f70442d6a9d9ca.zip
Notes
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 6504ba2a1d16..6a7fad763811 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libao
PORTVERSION= 1.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ao/
@@ -17,13 +17,14 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static \
--disable-alsa \
- --disable-arts
+ --disable-arts \
+ --disable-esd
INSTALL_TARGET= install-strip
# do not install
MAKE_ARGS= ckport_DATA=""
-OPTIONS_DEFINE= DOCS ESOUND NAS PULSEAUDIO SNDIO
+OPTIONS_DEFINE= DOCS NAS PULSEAUDIO SNDIO
OPTIONS_SUB= yes
NAS_LIB_DEPENDS=libaudio.so:audio/nas
@@ -32,9 +33,6 @@ NAS_CONFIGURE_ENABLE= nas
PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_ENABLE= pulse
-ESOUND_CONFIGURE_ENABLE=esd
-ESOUND_USE= GNOME=esound
-
SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio
SNDIO_USES= localbase