From 3f2eb52534e13251699970dbc237b9e58480916e Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 13 Sep 2015 16:16:32 +0000 Subject: Replace HAVE_GNOME based check for esound with a exists() based one. --- multimedia/mpeg4ip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia') 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 -- cgit