aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-09-13 16:16:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-09-13 16:16:32 +0000
commit07297fc5b29d9803e2c814917c96b01026d2bba0 (patch)
tree34a45602849e3183f34d2c87f7cf3216229b828a /multimedia
parent5d6adb318438b1c20519dfed8e2885318d926182 (diff)
downloadports-07297fc5b29d9803e2c814917c96b01026d2bba0.tar.gz
ports-07297fc5b29d9803e2c814917c96b01026d2bba0.zip
Replace HAVE_GNOME based check for esound with a exists() based one.
Notes
Notes: svn path=/head/; revision=396833
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpeg4ip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 4e819429c77e..06281f2fbf5c 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -51,7 +51,7 @@ PORTDOCS= MAINREADME.html MP4LIVE_INTERNALS.html MPEG4IP_Guide.pdf \
## Auto detect possible extensions
###
# esound
-.if ${HAVE_GNOME:Mesound}!="" && empty(PORT_OPTIONS:MESOUND)
+.if exists(${LOCALBASE}/bin/esd-config) && empty(PORT_OPTIONS:MESOUND)
PORT_OPTIONS+= ESOUND
.endif
# nas