aboutsummaryrefslogtreecommitdiff
path: root/multimedia/quvi
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-30 20:02:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-30 20:02:02 +0000
commit24087fa5b015c7ec6e3d88836dae7c2c5592b77d (patch)
tree6ef1507b6da430eabac00df5e09f31f655232e30 /multimedia/quvi
parent5a9110816f842b18ed345e734fad7c4ecd4039a4 (diff)
downloadports-24087fa5b015c7ec6e3d88836dae7c2c5592b77d.tar.gz
ports-24087fa5b015c7ec6e3d88836dae7c2c5592b77d.zip
Change the way *_DEPENDS are set
Notes
Notes: svn path=/head/; revision=486267
Diffstat (limited to 'multimedia/quvi')
-rw-r--r--multimedia/quvi/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile
index 0eb7fd9cd86b..94eda167f1ac 100644
--- a/multimedia/quvi/Makefile
+++ b/multimedia/quvi/Makefile
@@ -14,15 +14,16 @@ COMMENT= Command line tool for parsing flash media stream URLs
LICENSE= LGPL21+
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING
-BUILD_DEPENDS= libquvi>=0.4.0:multimedia/libquvi
+BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libcurl.so:ftp/curl
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= libquvi>=0.4.0:multimedia/libquvi
PORTSCOUT= limit:^0\.4\.
-GNU_CONFIGURE= yes
USES= pkgconfig tar:xz
+GNU_CONFIGURE= yes
+
PLIST_FILES= bin/quvi \
man/man1/quvi.1.gz