diff options
Diffstat (limited to 'net/clive')
-rw-r--r-- | net/clive/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index b78dba457a1..c2f7d77ef72 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/05/27 14:55:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:39 joerg Exp $ # DISTNAME= clive-0.4.14 @@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://clive.sourceforge.net/ COMMENT= Command line video extraction tool for user-uploaded video hosts +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber |