diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
| commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
| tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /net/splatd | |
| parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) | |
Notes
Diffstat (limited to 'net/splatd')
| -rw-r--r-- | net/splatd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index 0ebfc3327dfd..0e5d4ff521c6 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -13,13 +13,13 @@ COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ - ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap -RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig \ - ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted +BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap@${FLAVOR} +RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:net/py-ldap@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= splat USE_RC_SUBR= splatd |
