Add missing py-pickleshare dependency.

OK sthen@, jca@.

Thanks
This commit is contained in:
edd 2015-08-20 13:00:31 +00:00
parent 963f3834b9
commit 582443412b

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/08/16 19:37:17 edd Exp $ # $OpenBSD: Makefile,v 1.2 2015/08/20 13:00:31 edd Exp $
COMMENT = tiny 'shelve'-like database with concurrency support COMMENT = tiny 'shelve'-like database with concurrency support
MODPY_EGG_VERSION = 0.5 MODPY_EGG_VERSION = 0.5
REVISION = 0
DISTNAME = pickleshare-${MODPY_EGG_VERSION} DISTNAME = pickleshare-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME} PKGNAME = py-${DISTNAME}
@ -17,6 +18,8 @@ MODULES = lang/python
MODPY_PI = Yes MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = devel/py-path.py
NO_TEST = Yes NO_TEST = Yes
.include <bsd.port.mk> .include <bsd.port.mk>