git: 55cbc801a0ef - main - multimedia/quvi09: Use LIB_DEPENDS instead of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:45 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=55cbc801a0ef1c0b5bad49c341a32b4f4196db02 commit 55cbc801a0ef1c0b5bad49c341a32b4f4196db02 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:03:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:03:15 +0000 multimedia/quvi09: Use LIB_DEPENDS instead of RUN_DEPENDS --- multimedia/quvi09/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/quvi09/Makefile b/multimedia/quvi09/Makefile index ee86f3320009..da43e7bf9618 100644 --- a/multimedia/quvi09/Makefile +++ b/multimedia/quvi09/Makefile @@ -4,7 +4,7 @@ PORTNAME= quvi PORTVERSION= 0.9.5 PORTREVISION= 2 CATEGORIES= multimedia devel -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/quvi/ \ LOCAL/sunpoet PKGNAMESUFFIX= 09 @@ -14,9 +14,9 @@ COMMENT= Command line tool for parsing flash media stream URLs LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS= libquvi09>=0.9:multimedia/libquvi09 +BUILD_DEPENDS= libquvi09>=0.9:multimedia/libquvi09 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libquvi-0.9.so:multimedia/libquvi09 USES= gettext-runtime gnome pkgconfig tar:xz