diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-16 14:35:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-16 14:35:39 +0000 |
commit | fc88cd52b045328679deb0423213cf3e69b70144 (patch) | |
tree | 586c0fbc776152277ea854b9592cb84fcf276135 /graphics/mplayer | |
parent | 56319427c7996f8dd961653a22a1d52c9812df5a (diff) | |
download | ports-fc88cd52b045328679deb0423213cf3e69b70144.tar.gz ports-fc88cd52b045328679deb0423213cf3e69b70144.zip |
Notes
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 02d63fa326df..c75c7892b8fa 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -74,7 +74,7 @@ CONFIGURE_ARGS+=--disable-3dnow .if defined(WITHOUT_DSP) || defined(WITHOUT_3DNOW) || ${OSVERSION} < 400021 CONFIGURE_ARGS+=--disable-3dnowex .endif -.if !defined(WITH_ESOUND) && !defined(HAVE_ESOUND) +.if !(defined(WITH_ESOUND) || defined(HAVE_ESOUND)) CONFIGURE_ARGS+=--disable-esd .endif .if defined(WITHOUT_SSE) @@ -107,7 +107,7 @@ pre-everything:: .if !defined(WITH_DVD) @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." .endif -.if !defined(WITH_ESOUND) && !defined(HAVE_ESOUND) +.if !(defined(WITH_ESOUND) || defined(HAVE_ESOUND)) @${ECHO_MSG} "You can enable ESOUND sound support by defining WITH_ESOUND." .endif .if !defined(WITH_SVGALIB) |