diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 12:40:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 12:40:15 +0000 |
commit | a8cc35a10e90f8f79065f49149f25bf73fa3365a (patch) | |
tree | 9e9a97b3aab77d2cc63f709a61eb4142ae8b1d83 /net/py-gntp | |
parent | aed3eed595ad638baabb59f48460ea00db3ed680 (diff) |
Notes
Diffstat (limited to 'net/py-gntp')
-rw-r--r-- | net/py-gntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-gntp/Makefile b/net/py-gntp/Makefile index f832cc549407..1b7daba758f0 100644 --- a/net/py-gntp/Makefile +++ b/net/py-gntp/Makefile @@ -23,7 +23,7 @@ USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${FLAVOR} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PYDISTUTILS_BUILD_TARGET+= build_sphinx |