diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
commit | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch) | |
tree | 8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /audio/gnomoradio/Makefile | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) | |
download | ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.gz ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.zip |
Notes
Diffstat (limited to 'audio/gnomoradio/Makefile')
-rw-r--r-- | audio/gnomoradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 7589cba2b701..ab94e11a7ab1 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -36,7 +36,7 @@ post-patch: s|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/roboradio/mp3/Makefile.in -patch-autotools: +patch-autotools:: @for file in ${LIBTOOLFILES}; do \ ${REINPLACE_CMD} -e \ '/^ltmain=/ s|$$ac_aux_dir/ltmain\.sh|${LTMAIN}|g' \ |