diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
commit | 1c2467424297416ed47476a1a94cfb27906a3dd0 (patch) | |
tree | 6c737d25070e339d396057ba9d912a604f123d73 /audio | |
parent | * Update to 0.7.8 which fixes build with GtkHTML-1.1 (diff) |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity-devel/Makefile | 2 | ||||
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | audio/evilbar/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3blaster/Makefile | 2 | ||||
-rw-r--r-- | audio/snack/Makefile | 2 | ||||
-rw-r--r-- | audio/terminatorx/Makefile | 2 |
6 files changed, 6 insertions, 6 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 diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 15386cd2198d..d363602c5e32 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 diff --git a/audio/evilbar/Makefile b/audio/evilbar/Makefile index 132f00e46ede..ffbc684e7963 100644 --- a/audio/evilbar/Makefile +++ b/audio/evilbar/Makefile @@ -30,7 +30,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --enable-apm .endif -pre-everything: +pre-everything:: .if !defined(WITHOUT_XMMS) @${ECHO_MSG} @${ECHO_MSG} "You can disable XMMS control by defining WITHOUT_XMMS." diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 937647675872..5b7ef66e11b0 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --without-oggvorbis MAN1= mp3blaster.1 nmixer.1 splay.1 .if !defined(WITHOUT_VORBIS) -pre-everything: +pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You can disable support for Ogg Vorbis by defining WITHOUT_VORBIS." @${ECHO_MSG} diff --git a/audio/snack/Makefile b/audio/snack/Makefile index 6f7aace99d37..3c5915226721 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -36,7 +36,7 @@ PLIST_SUB+= VORBIS="" PLIST_SUB+= VORBIS="@comment " .endif -pre-everything: +pre-everything:: .if !defined(WITH_VORBIS) @${ECHO} @${ECHO} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.' diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index b4b2e86b65f5..453b8e80b3db 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= terminatorX.1 -pre-everything: +pre-everything:: .if !defined(WITHOUT_SOX) @${ECHO_MSG} "You can disable support for sox by defining WITHOUT_SOX." .endif |