diff options
author | kris <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
commit | 096942392ee46ef8297273fb3fa2a313f931c0c0 (patch) | |
tree | 4ec8afc18af70d92d853cc763b3bed101e723438 /audio/audacity/Makefile | |
parent | 75b1e7b4c906e864b55998aa91968febb68a6be7 (diff) | |
download | FreeBSD-ports-096942392ee46ef8297273fb3fa2a313f931c0c0.zip FreeBSD-ports-096942392ee46ef8297273fb3fa2a313f931c0c0.tar.gz |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 15386cd..d363602 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/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 |