- Fix typo to have correct dependencies
With hat: portmgr
This commit is contained in:
parent
fc6eb61521
commit
52172b3509
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351462
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= daemon
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,7 +13,7 @@ MAINTAINER= jessekempf@gmail.com
|
|||
COMMENT= Well-behaved daemon framework for Python
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:${PORTSDIR}/devel/py-lockfile
|
||||
RUN_DEPENDS:= ${BUILD_REPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
|
Loading…
Reference in a new issue