- Fix typo to have correct dependencies

With hat:	portmgr
This commit is contained in:
Bernhard Froehlich 2014-04-17 11:18:02 +00:00
parent fc6eb61521
commit 52172b3509
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351462

View file

@ -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