diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-22 07:46:10 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-22 07:46:10 +0000 |
commit | 4c14f1348bcda572118f075cb921de65d1a9398d (patch) | |
tree | 16dea8b57f3c685ecdacbf50151d3adb48316bd1 /audio/xmms | |
parent | 39d078ab79e5d8568d02ff16112ea4cca87f3a37 (diff) |
Notes
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 2eb5e77956e3..a9f15c3cf25d 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -100,7 +100,7 @@ post-extract: .endif pre-extract: -.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) +.if !defined(WITHOUT_MIKMOD) || !defined(WITHOUT_VORBIS) || ( !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 ) || ${HAVE_GNOME:Mesound}!="" @${ECHO_MSG} .if !defined(WITHOUT_MIKMOD) @${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_MIKMOD." @@ -111,6 +111,9 @@ pre-extract: .if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021 @${ECHO_MSG} "You can disable 3DNow! optimized decoding routines by defining WITHOUT_3DNOW." .endif +.if ${HAVE_GNOME:Mesound}!="" + @${ECHO_MSG} "You can disable support for esound by defining WITHOUT_GNOME=esound." +.endif @${ECHO_MSG} .endif |