diff options
Diffstat (limited to 'audio/audacity-devel/Makefile')
-rw-r--r-- | audio/audacity-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index 15386cd2198d..d363602c5e32 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-vorbis LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif -pre-everything: +pre-everything:: .if !defined(WITHOUT_VORBIS) @${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS.MSG." .endif |