Add missing dependency on py-ClientForm.
PR pkg/45651. Bump PKGREVISION.
This commit is contained in:
parent
eccac19b8d
commit
a6bbd02e18
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/02/25 09:47:29 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/11/25 13:29:43 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mechanize-0.1.11
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://wwwsearch.sourceforge.net/mechanize/src/
|
||||
|
||||
|
@ -10,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://wwwsearch.sourceforge.net/mechanize/
|
||||
COMMENT= Stateful programmatic web browsing in Python
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-ClientForm>=0.2.6:../../www/py-ClientForm
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
|
Loading…
Reference in a new issue