svn commit: r527232 - head/audio/timidity++
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Feb 27 00:45:24 UTC 2020
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
More information about the svn-ports-all
mailing list