Hi,
mp4v2 libraries are in the WANTLIB, but not in the LIB_DEPENDS, this was
only creating the package if the library was already present.
Please update with the change below, adding to the LIB_DEPENDS.
Regards
Nigel Taylor
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/mediatomb/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 21 Jun 2011 14:29:04 -0000 1.6
+++ Makefile 25 Jun 2011 20:16:21 -0000
@@ -4,7 +4,7 @@ COMMENT = UPnP media server
VER = 0.12.1
DISTNAME = mediatomb-${VER}
-REVISION = 2
+REVISION = 3
CATEGORIES = multimedia
@@ -29,6 +29,7 @@ LIB_DEPENDS = audio/taglib \
graphics/ffmpegthumbnailer \
graphics/libexif \
lang/spidermonkey \
+ multimedia/libmp4v2 \
net/curl
CONFIGURE_STYLE = autoconf