diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-06 17:53:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-06 17:53:52 +0000 |
commit | a4d9980458b054204fcbf9a5a3d1d095acefe71d (patch) | |
tree | aeab83092b3e78794f0a8124d0f7efd2b6838d60 | |
parent | 6cee014303076a6d620314e075a9f212bc2c9cc3 (diff) |
Notes
-rw-r--r-- | www/plone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/plone/Makefile b/www/plone/Makefile index a23aef9e525b..25d0ad382582 100644 --- a/www/plone/Makefile +++ b/www/plone/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFPlacefulWorkflow>=0:${PORTSDIR}/ OPTIONS_DEFINE= LDAP LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.ldap>=1.2.6:${PORTSDIR}/www/py-plone.app.ldap -USES= python zip +USES= cpe python zip USE_PYTHON= distutils autoplist .include <bsd.port.mk> |