diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/httpie | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/httpie')
-rw-r--r-- | www/httpie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/httpie/Makefile b/www/httpie/Makefile index d81a00d39a80..93c209ca893b 100644 --- a/www/httpie/Makefile +++ b/www/httpie/Makefile @@ -11,8 +11,8 @@ COMMENT= Command line HTTP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments USE_GITHUB= yes GH_ACCOUNT= jakubroztocil |