aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-02-27 00:45:24 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-02-27 00:45:24 +0000
commit85c2fa57c7a155298c07ddc9d3d49d11e8431ed7 (patch)
tree0257d94b1a9b3d3516a3af22b565c3263d242b23 /audio/timidity++/Makefile
parentc1b09aa677fde2e9f465e16b6cad51e6e55860d1 (diff)
downloadports-85c2fa57c7a155298c07ddc9d3d49d11e8431ed7.tar.gz
ports-85c2fa57c7a155298c07ddc9d3d49d11e8431ed7.zip
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
Notes
Notes: svn path=/head/; revision=527232
Diffstat (limited to 'audio/timidity++/Makefile')
-rw-r--r--audio/timidity++/Makefile6
1 files changed, 3 insertions, 3 deletions
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