Date: Thu, 27 Feb 2020 00:45:24 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527232 - head/audio/timidity++ Message-ID: <202002270045.01R0jOjP057762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Thu Feb 27 00:45:24 2020 New Revision: 527232 URL: https://svnweb.freebsd.org/changeset/ports/527232 Log: Add libarc to LIB_DEPENDS for audio/timidity++ Up until now, libarc was only being included in LIB_DEPENDS when the Makefile of audio/timidity++ was being used by one of its slave ports. audio/timidity++, however, may be also used as a standalone port in which case it needs libarc to be available. Reported by: hselasky Modified: head/audio/timidity++/Makefile Modified: head/audio/timidity++/Makefile ============================================================================== --- head/audio/timidity++/Makefile Thu Feb 27 00:33:14 2020 (r527231) +++ head/audio/timidity++/Makefile Thu Feb 27 00:45:24 2020 (r527232) @@ -3,7 +3,7 @@ PORTNAME= timidity++ PORTVERSION= 2.14.0 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} @@ -13,9 +13,9 @@ COMMENT?= Software MIDI player LICENSE= GPLv2+ +LIB_DEPENDS= libarc.so:archivers/libarc .if !defined(PKGNAMESUFFIX) -LIB_DEPENDS= libarc.so:archivers/libarc \ - libvorbis.so:audio/libvorbis \ +LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg RUN_DEPENDS= eawpats>0:audio/eawpats .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002270045.01R0jOjP057762>