diff options
author | lioux <lioux@FreeBSD.org> | 2002-10-22 00:21:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-10-22 00:21:06 +0800 |
commit | 6646ceec31f339f044286673e4d39e0c0b53c7a5 (patch) | |
tree | e0cf710beec83db44bbc64e73a26b64a160f73c8 /audio/zinf | |
parent | ed6038cf3cd669fc88a7a063bab35b707d5bc449 (diff) | |
download | freebsd-ports-gnome-6646ceec31f339f044286673e4d39e0c0b53c7a5.tar.gz freebsd-ports-gnome-6646ceec31f339f044286673e4d39e0c0b53c7a5.tar.zst freebsd-ports-gnome-6646ceec31f339f044286673e4d39e0c0b53c7a5.zip |
WITHOUT_ESOUND is deprecated. Replace it with a GNOMENG construct
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 182bf153fca4..c07b634fca66 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -67,7 +67,7 @@ pre-everything:: @${ECHO_MSG} "You may use the following build options:" @${ECHO_MSG} @${ECHO_MSG} "WITH_LIBARTS build with libArts output plugin" - @${ECHO_MSG} "WITHOUT_ESOUND do NOT build with esd support" + @${ECHO_MSG} "WITHOUT_GNOME=esound do NOT build with esd support" @${ECHO_MSG} "WITHOUT_VORBIS do NOT build with Ogg/Vorbis codec plugin" @${ECHO_MSG} @${ECHO_MSG} "WITH_ALL_PLUGINS=yes build with all plugins" |