diff options
Diffstat (limited to 'devel/py-geojson/Makefile')
-rw-r--r-- | devel/py-geojson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-geojson/Makefile b/devel/py-geojson/Makefile index c32c62a748dc..659d74cd044d 100644 --- a/devel/py-geojson/Makefile +++ b/devel/py-geojson/Makefile @@ -13,8 +13,8 @@ COMMENT= Python's Encoder/decoder for simple GIS features LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.0:${PORTSDIR}/devel/py-nose -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.0:devel/py-nose +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:devel/py-simplejson PORTDOCS= LICENSE.rst CHANGELOG.rst README.rst |