Aparently there were more missing dependencies: devel/luabitop,
textproc/luaexpat and currently missing from ports devel/luajson, which
in turn requires lunit for "test" target. So, another patch and two
ports (paths relative to ${PORTSDIR}) are attached.

-- 
Dmitrij D. Czarkoff
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/net/quvi/scripts/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    7 Nov 2013 15:49:11 -0000       1.12
+++ Makefile    9 Nov 2013 19:46:11 -0000
@@ -5,11 +5,14 @@ PKG_ARCH =      *
 COMMENT =      scripts libquvi uses for parsing the media details
 
 DISTNAME =     libquvi-scripts-0.9.20130903
-REVISION =     0
+REVISION =     1
 
 MODULES =      lang/lua
 
-RUN_DEPENDS =  net/luasocket
+RUN_DEPENDS =  devel/luabitop \
+               devel/luajson \
+               net/luasocket \
+               textproc/luaexpat
 
 CONFIGURE_ARGS=        --with-nsfw
 

Attachment: luajson.tar.gz
Description: application/tar-gz

Attachment: lunit.tar.gz
Description: application/tar-gz

Reply via email to