git: 90e0c9ffe408 - main - multimedia/quvi: Use LIB_DEPENDS instead of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:44 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=90e0c9ffe408e08310c6566594b8538286b16058
commit 90e0c9ffe408e08310c6566594b8538286b16058
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:03:12 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:03:12 +0000
multimedia/quvi: Use LIB_DEPENDS instead of RUN_DEPENDS
---
multimedia/quvi/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile
index 5d6237faf214..b27f1aa51317 100644
--- a/multimedia/quvi/Makefile
+++ b/multimedia/quvi/Makefile
@@ -4,7 +4,7 @@ PORTNAME= quvi
PORTVERSION= 0.4.2
PORTREVISION= 3
CATEGORIES= multimedia devel
-MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \
+MASTER_SITES= SF/quvi/${PORTVERSION:R}/quvi/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
@@ -13,11 +13,9 @@ COMMENT= Command line tool for parsing flash media stream URLs
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${RUN_DEPENDS}
-LIB_DEPENDS= libcurl.so:ftp/curl
-RUN_DEPENDS= libquvi>=0.4.0:multimedia/libquvi
-
-PORTSCOUT= limit:^0\.4\.
+BUILD_DEPENDS= libquvi>=0.4.0:multimedia/libquvi
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libquvi.so:multimedia/libquvi
USES= pkgconfig tar:xz
@@ -26,4 +24,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/quvi \
man/man1/quvi.1.gz
+PORTSCOUT= limit:^0\.4\.
+
.include <bsd.port.mk>