diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-12 17:18:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-12 17:18:54 +0000 |
commit | 998066e736fadf96bcca3d4e0a7c299a3091b880 (patch) | |
tree | c7248dd1d4c92c351f35ed804645596b03791853 /multimedia/quvi | |
parent | 974a9667734208a7fb0fca35fa1b9b35121a64ac (diff) |
Notes
Diffstat (limited to 'multimedia/quvi')
-rw-r--r-- | multimedia/quvi/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index ac19cf24b646..7558c11ef9ad 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: quvi -# Date created: 2 February 2010 -# Whom: Toni Gundogdu <legatvs@gmail.com> -# +# Created by: Toni Gundogdu <legatvs@gmail.com> # $FreeBSD$ -# PORTNAME= quvi PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= multimedia devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE @@ -17,11 +14,10 @@ COMMENT= Command line tool for parsing flash media stream URLs LICENSE= GPLv3 BUILD_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi GNU_CONFIGURE= yes -USE_GNOME= pkgconfig USE_XZ= yes MAN1= quvi.1 |