diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-18 20:10:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-18 20:10:29 +0000 |
commit | 9e6426db937035524377a4af8a482c088e732504 (patch) | |
tree | 6c94dbe36c95af2fe8787358ea97ca52b510269d /net/nsscache | |
parent | 2897d7908cbaf5efe608dbbd6f78be0d9983e3f2 (diff) | |
download | ports-9e6426db937035524377a4af8a482c088e732504.tar.gz ports-9e6426db937035524377a4af8a482c088e732504.zip |
Notes
Diffstat (limited to 'net/nsscache')
-rw-r--r-- | net/nsscache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nsscache/Makefile b/net/nsscache/Makefile index e3dc0ee587fa..336cb93b23fd 100644 --- a/net/nsscache/Makefile +++ b/net/nsscache/Makefile @@ -3,6 +3,7 @@ PORTNAME= nsscache PORTVERSION= 0.30 +PORTREVISION= 1 DISTVERSIONPREFIX= version/ CATEGORIES= net python @@ -13,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ - ${PYTHON_PKGNAMEPREFIX}ldap2>0:${PORTSDIR}/net/py-ldap2 + ${PYTHON_PKGNAMEPREFIX}ldap>0:${PORTSDIR}/net/py-ldap USES= python:2 USE_PYTHON= autoplist distutils |