diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:59:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:59:31 +0000 |
commit | c2d39f04862b52dea46de8f76bec950ef6e8f452 (patch) | |
tree | 152224b14f0cfb9903b4e286c949fb3060999503 /net | |
parent | Use the correct variable for dependency lines. (diff) |
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/splatd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index 0e5d4ff521c6..a23dc6599253 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -13,9 +13,9 @@ COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap@${FLAVOR} -RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} |