diff options
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r-- | net/clive/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index d3722eaf75f..3b2f2ca19a0 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/04/13 09:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/22 23:05:49 wiz Exp $ # -DISTNAME= clive-0.4.9 +DISTNAME= clive-0.4.10 CATEGORIES= net multimedia www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clive/} \ http://dl.gna.org/clive/0.4/src/ @@ -11,8 +11,6 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://clive.sourceforge.net/ COMMENT= Command line video extraction tool for user-uploaded video hosts -DEPENDS+= ${PYPKGPREFIX}-newt-[0-9]*:../../devel/py-newt - GNU_CONFIGURE= yes USE_LANGUAGES= # none PYTHON_VERSIONS_ACCEPTED= 24 23 22 @@ -22,7 +20,8 @@ REPLACE_INTERPRETER+= env_python REPLACE.env_python.old= /usr/bin/env python REPLACE.env_python.new= ${PYTHONBIN} REPLACE_FILES.env_python= src/clive/feedparser/feedparser.py -REPLACE_FILES.env_python+= src/scripts/clive run-tests.py run.py +REPLACE_FILES.env_python+= src/scripts/clive +.include "../../devel/libslang/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |