Date: Mon, 15 Feb 2021 22:33:53 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565349 - head/audio/denemo Message-ID: <202102152233.11FMXr2w087577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Mon Feb 15 22:33:52 2021 New Revision: 565349 URL: https://svnweb.freebsd.org/changeset/ports/565349 Log: audio/denemo: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X Modified: head/audio/denemo/Makefile Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Mon Feb 15 22:12:46 2021 (r565348) +++ head/audio/denemo/Makefile Mon Feb 15 22:33:52 2021 (r565349) @@ -3,7 +3,7 @@ PORTNAME= denemo PORTVERSION= 2.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= GNU @@ -23,7 +23,7 @@ LIB_DEPENDS= libaubio.so:audio/aubio \ libsndfile.so:audio/libsndfile \ libportaudio.so:audio/portaudio \ librubberband.so:audio/rubberband \ - libguile.so:lang/guile \ + libguile.so:lang/guile1 \ libfftw3.so:math/fftw3 RUN_DEPENDS= xdg-open:devel/xdg-utils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102152233.11FMXr2w087577>