summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-09-13 16:16:32 +0000
committerkwm <kwm@FreeBSD.org>2015-09-13 16:16:32 +0000
commit3f2eb52534e13251699970dbc237b9e58480916e (patch)
tree34a45602849e3183f34d2c87f7cf3216229b828a
parent71adbe12b3096dda14436547ea6a1d397d72a896 (diff)
downloadFreeBSD-ports-3f2eb52534e13251699970dbc237b9e58480916e.zip
FreeBSD-ports-3f2eb52534e13251699970dbc237b9e58480916e.tar.gz
Replace HAVE_GNOME based check for esound with a exists() based one.
-rw-r--r--multimedia/mpeg4ip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 4e81942..06281f2 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
OpenPOWER on IntegriCloud