aboutsummaryrefslogtreecommitdiff
path: root/audio/openal
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/openal
parent6ea2f4552128ecb6a44067b3a5058f6e0f1e1093 (diff)
downloadports-ab0bb2410ab26343d71e733c64f70442d6a9d9ca.tar.gz
ports-ab0bb2410ab26343d71e733c64f70442d6a9d9ca.zip
Notes
Diffstat (limited to 'audio/openal')
-rw-r--r--audio/openal/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index 2e596332d9f1..7fb229380144 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openal
PORTVERSION= 20060211
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= audio
MASTER_SITES= GENTOO
DISTNAME= ${PORTNAME}-0.0.8
@@ -20,17 +20,16 @@ CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -Wno-return-type
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-capture \
- --disable-arts
+ --disable-arts \
+ --disable-esd
USES= pathfix pkgconfig gmake libtool:keepla
USE_LDCONFIG= yes
-OPTIONS_DEFINE= ESOUND SDL VORBIS SMPEG ALSA
+OPTIONS_DEFINE= SDL VORBIS SMPEG ALSA
OPTIONS_DEFINE_i386= ASM
OPTIONS_DEFAULT_i386= ASM
SMPEG_DESC= smpeg support
-ESOUND_USE= GNOME=esound
-ESOUND_CONFIGURE_ENABLE=esd
SDL_USE= SDL=sdl
SDL_CONFIGURE_ENABLE= sdl
VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis