Date: Fri, 30 Nov 2018 20:01:45 +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: r486265 - head/multimedia/libquvi Message-ID: <201811302001.wAUK1jEP094758@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 30 20:01:45 2018 New Revision: 486265 URL: https://svnweb.freebsd.org/changeset/ports/486265 Log: Change the way *_DEPENDS are set Modified: head/multimedia/libquvi/Makefile Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Fri Nov 30 20:01:35 2018 (r486264) +++ head/multimedia/libquvi/Makefile Fri Nov 30 20:01:45 2018 (r486265) @@ -14,18 +14,19 @@ COMMENT= Cross-platform library for parsing flash medi LICENSE= LGPL21+ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING -BUILD_DEPENDS= libquvi-scripts>=0.4.0:multimedia/libquvi-scripts +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= libquvi-scripts>=0.4.0:multimedia/libquvi-scripts OPTIONS_DEFINE= DOCS LUAJIT LUAJIT_DESC= Use LuaJIT instead of Lua PORTSCOUT= limit:^0\.4\. +USES= iconv libtool pathfix pkgconfig tar:xz + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= iconv libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302001.wAUK1jEP094758>