aboutsummaryrefslogtreecommitdiffstats
path: root/www/geeknote
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/geeknote
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadfreebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.zst
freebsd-ports-gnome-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'www/geeknote')
-rw-r--r--www/geeknote/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/geeknote/Makefile b/www/geeknote/Makefile
index c87862840cd1..7870e2b6728b 100644
--- a/www/geeknote/Makefile
+++ b/www/geeknote/Makefile
@@ -11,12 +11,12 @@ COMMENT= Command line client for Evernote
LICENSE= GPLv2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}evernote>=1.17:${PORTSDIR}/www/py-evernote \
- ${PYTHON_PKGNAMEPREFIX}html2text>0:${PORTSDIR}/textproc/py-html2text \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy \
- ${PYTHON_PKGNAMEPREFIX}markdown2>0:${PORTSDIR}/textproc/py-markdown2 \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
- ${PYTHON_PKGNAMEPREFIX}thrift>0:${PORTSDIR}/devel/py-thrift
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}evernote>=1.17:www/py-evernote \
+ ${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text \
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:databases/py-sqlalchemy \
+ ${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2 \
+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup \
+ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift
USES= python:-2.7
USE_GITHUB= yes