diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-21 00:58:29 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-21 00:58:29 +0800 |
commit | e50a689d56fa5a85a1ba604cb1f241e3315a3820 (patch) | |
tree | 81f23d59b687119d4029737e2bb096914f0451b4 /textproc | |
parent | ded348f00bd78e07eb1c8cc65f4cae8b0d435810 (diff) | |
download | freebsd-ports-gnome-e50a689d56fa5a85a1ba604cb1f241e3315a3820.tar.gz freebsd-ports-gnome-e50a689d56fa5a85a1ba604cb1f241e3315a3820.tar.zst freebsd-ports-gnome-e50a689d56fa5a85a1ba604cb1f241e3315a3820.zip |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-genshi/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-sphinx-intl/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-sphinx_numfig/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-sphinx_wikipedia/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-adadomain/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-bitbucket/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-fulltoc/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinxcontrib-httpdomain/Makefile | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/textproc/py-genshi/Makefile b/textproc/py-genshi/Makefile index af4cfef3a330..4fbd537b37cb 100644 --- a/textproc/py-genshi/Makefile +++ b/textproc/py-genshi/Makefile @@ -20,6 +20,6 @@ BABEL_DESC= I18n support through the Babel plugin USES= python USE_PYTHON= distutils autoplist -BABEL_RUN_DEPENDS= ${PKGNAMEPREFIX}Babel>=0.9.6:devel/py-babel@${FLAVOR} +BABEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9.6:devel/py-babel@${FLAVOR} .include <bsd.port.mk> diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index 727ac4ade6fe..705d62efc1b4 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -14,9 +14,9 @@ COMMENT= Sphinx-intl translation features LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} \ - ${PKGNAMEPREFIX}polib>=1.0.6:devel/py-polib@${FLAVOR} \ - ${PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}polib>=1.0.6:devel/py-polib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/textproc/py-sphinx_numfig/Makefile b/textproc/py-sphinx_numfig/Makefile index 89f477724d3e..912e3ab50644 100644 --- a/textproc/py-sphinx_numfig/Makefile +++ b/textproc/py-sphinx_numfig/Makefile @@ -12,7 +12,7 @@ COMMENT= Autonumbering figures in Sphinx LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${FLAVOR} USES= python:2.7 tar:tgz USE_PYTHON= flavors diff --git a/textproc/py-sphinx_wikipedia/Makefile b/textproc/py-sphinx_wikipedia/Makefile index 67334bb16c91..55be1d63eb5f 100644 --- a/textproc/py-sphinx_wikipedia/Makefile +++ b/textproc/py-sphinx_wikipedia/Makefile @@ -11,7 +11,7 @@ COMMENT= Sphinx extension which adds role to create links to Wikipedia articles LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${FLAVOR} USES= python USE_PYTHON= flavors diff --git a/textproc/py-sphinxcontrib-adadomain/Makefile b/textproc/py-sphinxcontrib-adadomain/Makefile index 4bf2921584f9..27cfd831cd90 100644 --- a/textproc/py-sphinxcontrib-adadomain/Makefile +++ b/textproc/py-sphinxcontrib-adadomain/Makefile @@ -14,7 +14,7 @@ COMMENT= Sphinx Adadomain Extension LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} USES= python USE_PYTHON= distutils autoplist diff --git a/textproc/py-sphinxcontrib-bitbucket/Makefile b/textproc/py-sphinxcontrib-bitbucket/Makefile index b577a5bdc6fb..e6824d348fe1 100644 --- a/textproc/py-sphinxcontrib-bitbucket/Makefile +++ b/textproc/py-sphinxcontrib-bitbucket/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Sphinx/BitBucket integration -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} USES= python USE_PYTHON= distutils autoplist diff --git a/textproc/py-sphinxcontrib-fulltoc/Makefile b/textproc/py-sphinxcontrib-fulltoc/Makefile index f7d7e17a2cf9..8207ebb43226 100644 --- a/textproc/py-sphinxcontrib-fulltoc/Makefile +++ b/textproc/py-sphinxcontrib-fulltoc/Makefile @@ -12,8 +12,8 @@ COMMENT= Sphinx Fulltoc Extension LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} USES= python USE_PYTHON= distutils autoplist diff --git a/textproc/py-sphinxcontrib-httpdomain/Makefile b/textproc/py-sphinxcontrib-httpdomain/Makefile index 96d00d55db75..3627a8f0fae7 100644 --- a/textproc/py-sphinxcontrib-httpdomain/Makefile +++ b/textproc/py-sphinxcontrib-httpdomain/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Sphinx domain for HTTP APIs -RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx@${FLAVOR} USES= python USE_PYTHON= distutils autoplist |