diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/splatd | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net/splatd')
-rw-r--r-- | net/splatd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index fceacc56a7ff..7ddd04bccfa4 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -13,10 +13,10 @@ COMMENT= Splat is the Scalable Periodic LDAP Attribute Transmogrifier LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ - ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap -RUN_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ - ${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap +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 USES= python twisted USE_PYTHON= distutils |