diff options
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 521bc3abd6ee..d1ac7757d898 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -30,7 +30,7 @@ post-patch: ${WRKSRC}/source/SoundStretch/Makefile.am \ ${WRKSRC}/source/SoundTouch/Makefile.am -run-autotools: # see ${WRKSRC}/soundtouch/bootstrap for reference +run-autotools: # see ${WRKSRC}/bootstrap for reference @(cd ${CONFIGURE_WRKSRC} && ${SETENV} \ AUTOMAKE="${AUTOMAKE} --add-missing --foreign --copy" \ ${AUTORECONF} -fisv) |