mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build failure in check-plist; add missing dependency on libogg
PR: 221566 Submitted by: yuri MFH: 2018Q1 (ports-secteam build fix blanket)
This commit is contained in:
parent
c30ec1f85f
commit
f6d622b1dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458315
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= timidity++
|
||||
PORTVERSION= 2.14.0
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES+= audio
|
||||
MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION}
|
||||
DISTNAME= TiMidity++-${PORTVERSION}
|
||||
|
@ -15,7 +15,8 @@ LICENSE= GPLv2+
|
|||
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
LIB_DEPENDS= libarc.so:archivers/libarc \
|
||||
libvorbis.so:audio/libvorbis
|
||||
libvorbis.so:audio/libvorbis \
|
||||
libogg.so:audio/libogg
|
||||
RUN_DEPENDS= eawpats>0:audio/eawpats
|
||||
.endif
|
||||
|
||||
|
@ -81,6 +82,7 @@ post-install::
|
|||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME}
|
||||
(cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_DATA} ${DOCFILES} \
|
||||
${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME})
|
||||
@${RMDIR} ${STAGEDIR}${PREFIX}/share/timidity
|
||||
|
||||
.endif # PKGNAMESUFFIX
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue