Date: Thu, 21 Nov 2013 23:12:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334536 - head/multimedia/quvi Message-ID: <201311212312.rALNCR8p003202@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Nov 21 23:12:27 2013 New Revision: 334536 URL: http://svnweb.freebsd.org/changeset/ports/334536 Log: - Convert to new LIB_DEPENDS format - Move PORTSCOUT upward - Support STAGEDIR Modified: head/multimedia/quvi/Makefile Modified: head/multimedia/quvi/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Thu Nov 21 23:12:23 2013 (r334535) +++ head/multimedia/quvi/Makefile Thu Nov 21 23:12:27 2013 (r334536) @@ -15,17 +15,16 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual BUILD_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= limit:0.4.[0-9]* + GNU_CONFIGURE= yes USES= pkgconfig USE_XZ= yes -MAN1= quvi.1 -PLIST_FILES= bin/quvi - -PORTSCOUT= limit:0.4.[0-9]* +PLIST_FILES= bin/quvi \ + man/man1/quvi.1.gz -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311212312.rALNCR8p003202>