diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/py-namebench | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'dns/py-namebench')
-rw-r--r-- | dns/py-namebench/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index 27a9aa241297..dd6f38b2f3d5 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -15,18 +15,18 @@ COMMENT= Open Source DNS benchmark utility LICENSE= APACHE20 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}graphy>=1.0:${PORTSDIR}/graphics/py-graphy \ - ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.6:${PORTSDIR}/devel/py-simplejson +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}graphy>=1.0:graphics/py-graphy \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.6.0:www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.6:devel/py-simplejson USES= python tar:tgz .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MX11} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=2.7.1:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>=2.7.1:x11-toolkits/py-tkinter .endif MAKE_ENV+= NO_THIRD_PARTY=yes |