diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-09 06:45:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-09 06:45:17 +0800 |
commit | f808e31989363fc8b7b2db0c3eb71a790a8c99d8 (patch) | |
tree | edd05555d0cd4208d92614d7e1472b09e6c0b7e3 /multimedia | |
parent | 739aaea6b8a6efd40a526bc82b49e3ab9314b6fa (diff) | |
download | freebsd-ports-gnome-f808e31989363fc8b7b2db0c3eb71a790a8c99d8.tar.gz freebsd-ports-gnome-f808e31989363fc8b7b2db0c3eb71a790a8c99d8.tar.zst freebsd-ports-gnome-f808e31989363fc8b7b2db0c3eb71a790a8c99d8.zip |
- Update LICENSE
- Add PORTSCOUT to skip development versions
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/quvi/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index a6f4bdae61f9..013dfde7966f 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -11,11 +11,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs -LICENSE= GPLv3 +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual BUILD_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -RUN_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USES= pkgconfig @@ -24,4 +25,6 @@ USE_XZ= yes MAN1= quvi.1 PLIST_FILES= bin/quvi +PORTSCOUT= limit:0.4.[0-9]* + .include <bsd.port.mk> |