From 85c2fa57c7a155298c07ddc9d3d49d11e8431ed7 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 27 Feb 2020 00:45:24 +0000 Subject: 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 --- audio/timidity++/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/timidity++/Makefile') diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index 0781741a4797..64ea72a65a75 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -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 -- cgit v1.2.3