Date: Fri, 30 Nov 2018 20:02:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486267 - head/multimedia/quvi Message-ID: <201811302002.wAUK22Ps094989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 30 20:02:02 2018 New Revision: 486267 URL: https://svnweb.freebsd.org/changeset/ports/486267 Log: Change the way *_DEPENDS are set Modified: head/multimedia/quvi/Makefile Modified: head/multimedia/quvi/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Fri Nov 30 20:01:54 2018 (r486266) +++ head/multimedia/quvi/Makefile Fri Nov 30 20:02:02 2018 (r486267) @@ -14,14 +14,15 @@ COMMENT= Command line tool for parsing flash media str LICENSE= LGPL21+ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING -BUILD_DEPENDS= libquvi>=0.4.0:multimedia/libquvi +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= libquvi>=0.4.0:multimedia/libquvi PORTSCOUT= limit:^0\.4\. -GNU_CONFIGURE= yes USES= pkgconfig tar:xz + +GNU_CONFIGURE= yes PLIST_FILES= bin/quvi \ man/man1/quvi.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302002.wAUK22Ps094989>