aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++
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/timidity++
parent6ea2f4552128ecb6a44067b3a5058f6e0f1e1093 (diff)
downloadports-ab0bb2410ab26343d71e733c64f70442d6a9d9ca.tar.gz
ports-ab0bb2410ab26343d71e733c64f70442d6a9d9ca.zip
First step at deorbitting esound:
remove esound options where it is possible to
Notes
Notes: svn path=/head/; revision=493867
Diffstat (limited to 'audio/timidity++')
-rw-r--r--audio/timidity++/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index 986d4fea64ec..d07d29b44466 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -3,7 +3,7 @@
PORTNAME= timidity++
PORTVERSION= 2.14.0
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES+= audio
MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION}
DISTNAME= TiMidity++-${PORTVERSION}
@@ -30,14 +30,11 @@ LDFLAGS+= -L${LOCALBASE}/lib -Wl,--export-dynamic
PLIST_SUB+= TIMID_LIBDIR="${TIMID_LIBDIR}" EUCJP_LOCALE="${EUCJP_LOCALE}"
.if !defined(PKGNAMESUFFIX)
-OPTIONS_DEFINE= DOCS EAWPLUS ESOUND X11
+OPTIONS_DEFINE= DOCS EAWPLUS X11
OPTIONS_DEFAULT= X11
-
+CONFIGURE_ARGS+= --enable-audio=oss,vorbis
EAWPLUS_DESC= Collection of Gravis Ultrasound MIDI patches
EAWPLUS_RUN_DEPENDS= eawplus>0:audio/eawplus
-ESOUND_USE= gnome=esound
-ESOUND_CONFIGURE_ON= --enable-audio=oss,esd,vorbis
-ESOUND_CONFIGURE_OFF= --enable-audio=oss,vorbis
X11_LIB_DEPENDS= libpng.so:graphics/png
X11_USE= xorg=x11,xext
X11_CONFIGURE_ON= --with-x --enable-spectrogram --enable-wrd \