Date: Fri, 30 Nov 2018 20:01:54 +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: r486266 - head/multimedia/libquvi09 Message-ID: <201811302001.wAUK1sgs094871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 30 20:01:54 2018 New Revision: 486266 URL: https://svnweb.freebsd.org/changeset/ports/486266 Log: Change the way *_DEPENDS are set Modified: head/multimedia/libquvi09/Makefile Modified: head/multimedia/libquvi09/Makefile ============================================================================== --- head/multimedia/libquvi09/Makefile Fri Nov 30 20:01:45 2018 (r486265) +++ head/multimedia/libquvi09/Makefile Fri Nov 30 20:01:54 2018 (r486266) @@ -15,19 +15,20 @@ COMMENT= Cross-platform library for parsing flash medi LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libquvi-scripts09>=0.9:multimedia/libquvi-scripts09 +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libcurl.so:ftp/curl \ libproxy.so:net/libproxy \ libgcrypt.so:security/libgcrypt -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= libquvi-scripts09>=0.9:multimedia/libquvi-scripts09 OPTIONS_DEFINE= DOCS +USES= gnome iconv libtool lua pathfix pkgconfig tar:xz + CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= glib20 -USES= gnome iconv libtool lua pathfix pkgconfig tar:xz PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302001.wAUK1sgs094871>