diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /audio | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/normalize/Makefile | 2 | ||||
-rw-r--r-- | audio/rat/Makefile | 2 | ||||
-rw-r--r-- | audio/soundtracker/Makefile | 2 | ||||
-rw-r--r-- | audio/spiralsynth/Makefile | 20 |
4 files changed, 13 insertions, 13 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index ee185be5638f..c7c3f6dcd358 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -35,7 +35,7 @@ PLIST_SUB+= XMMS="@comment " .endif .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 0cc5c92bed24..8481e1c1916d 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= \ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool -TCLTK_VERSION= 8.3 +TCLTK_VERSION= 8.3 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOCONF_VER= 213 diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 95c5c27312fa..a31dd51f6ca4 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -7,7 +7,7 @@ PORTNAME= soundtracker PORTVERSION= 0.6.7 -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://www.soundtracker.org/dl/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R} diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index e327123bb9ee..383fdfc51850 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -28,16 +28,16 @@ DOC_FILES= CHANGES COPYING README post-patch: .for ii in \ - Makefile.in \ - PluginLink.sh \ - SpiralInfo.C \ - SpiralSound/Midi.h \ - SpiralSound/Output.h \ - SpiralSound/SpiralInfo.h \ - SpiralSound/Synth.C \ - SpiralSound/Synth.h \ - SpiralSound/_SynthInfo.C \ - Synth.h + Makefile.in \ + PluginLink.sh \ + SpiralInfo.C \ + SpiralSound/Midi.h \ + SpiralSound/Output.h \ + SpiralSound/SpiralInfo.h \ + SpiralSound/Synth.C \ + SpiralSound/Synth.h \ + SpiralSound/_SynthInfo.C \ + Synth.h ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig ${SED} -e 's|-O3|${PTHREAD_CFLAGS}|g ; \ s|CC =|CC? =|g ; \ |