Date: Fri, 30 Nov 2018 20:02:11 +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: r486268 - head/multimedia/quvi09 Message-ID: <201811302002.wAUK2BMl095098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 30 20:02:11 2018 New Revision: 486268 URL: https://svnweb.freebsd.org/changeset/ports/486268 Log: Change the way *_DEPENDS are set Modified: head/multimedia/quvi09/Makefile Modified: head/multimedia/quvi09/Makefile ============================================================================== --- head/multimedia/quvi09/Makefile Fri Nov 30 20:02:02 2018 (r486267) +++ head/multimedia/quvi09/Makefile Fri Nov 30 20:02:11 2018 (r486268) @@ -15,14 +15,15 @@ COMMENT= Command line tool for parsing flash media str LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libquvi09>=0.9:multimedia/libquvi09 +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= libquvi09>=0.9:multimedia/libquvi09 +USES= gettext-runtime gnome pkgconfig tar:xz + CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= gettext-runtime gnome pkgconfig tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302002.wAUK2BMl095098>