aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-11-15 04:26:48 +0800
committerrm <rm@FreeBSD.org>2012-11-15 04:26:48 +0800
commit25cda4a0319502aacae58fa1ee7d8b77bb648897 (patch)
tree31a1e10af92276f2204fcfd281d35161577d70d1 /dns
parentab375a7900269652f839874a0b17e454f8f7dc89 (diff)
downloadfreebsd-ports-gnome-25cda4a0319502aacae58fa1ee7d8b77bb648897.tar.gz
freebsd-ports-gnome-25cda4a0319502aacae58fa1ee7d8b77bb648897.tar.zst
freebsd-ports-gnome-25cda4a0319502aacae58fa1ee7d8b77bb648897.zip
- fix dependency
- do not bumping PORTREVISION because it's not default Submitted by: bapt (by mail) Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r--dns/py-dnspython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index 8b0c6a27d6e3..26b0e378831a 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -43,7 +43,7 @@ post-install:
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/dns/*
.if ${PORT_OPTIONS:MPYCRYPTO}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}crypto>0:${PORTSDIR}/security/py-pycrypto
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
.endif
.include <bsd.port.mk>