add hidden dep on pugixml

Spotted by espie@ Thanks!
This commit is contained in:
rsadowski 2019-11-07 12:57:57 +00:00
parent 17dd7a939f
commit 0d95a34fea

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.92 2019/07/12 20:47:57 sthen Exp $
# $OpenBSD: Makefile,v 1.93 2019/11/07 12:57:57 rsadowski Exp $
COMMENT= create, alter and inspect Matroska files
DISTNAME= mkvtoolnix-33.0.0
REVISION= 0
REVISION= 1
CATEGORIES= multimedia x11
@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} FLAC boost_filesystem-mt boost_regex-mt
WANTLIB += boost_system-mt c cmark ebml iconv intl m magic matroska
WANTLIB += ogg vorbis z
WANTLIB += ogg pugixml vorbis z
MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/
@ -39,11 +39,12 @@ LIB_DEPENDS= audio/flac \
audio/libogg \
audio/libvorbis \
devel/boost \
textproc/cmark \
devel/gettext,-runtime \
devel/libmagic \
multimedia/libmatroska>=1.5.0 \
textproc/libebml>=1.3.7
textproc/cmark \
textproc/libebml>=1.3.7 \
textproc/pugixml
MAKE_ENV+= V=1