Skip to content

Commit

Permalink
multimedia/quvi: Use LIB_DEPENDS instead of RUN_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 30, 2022
1 parent 597453e commit 90e0c9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions multimedia/quvi/Makefile
Expand Up @@ -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
Expand All @@ -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

Expand All @@ -26,4 +24,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/quvi \
man/man1/quvi.1.gz

PORTSCOUT= limit:^0\.4\.

.include <bsd.port.mk>

0 comments on commit 90e0c9f

Please sign in to comment.