diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /deskutils/zim | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'deskutils/zim')
-rw-r--r-- | deskutils/zim/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index 1d7fe00b7d5b..e73892d60164 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -12,9 +12,9 @@ COMMENT= Desktop wiki editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \ - xdg-open:${PORTSDIR}/devel/xdg-utils \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \ + xdg-open:devel/xdg-utils \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 NO_ARCH= yes @@ -27,20 +27,20 @@ OPTIONS_DEFINE= BZR DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \ MERCURIAL SCROT DITAA_DESC= Diagram editor support -DITAA_RUN_DEPENDS= ditaa:${PORTSDIR}/graphics/ditaa +DITAA_RUN_DEPENDS= ditaa:graphics/ditaa BZR_DESC= Version control for notebooks using bzr -BZR_RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr +BZR_RUN_DEPENDS= bzr:devel/bzr GIT_DESC= Version control for notebooks using git -GIT_RUN_DEPENDS= git:${PORTSDIR}/devel/git -GNUPLOT_RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +GIT_RUN_DEPENDS= git:devel/git +GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot GNUR_DESC= Support of plot editor based on GNU R -GNUR_RUN_DEPENDS= R:${PORTSDIR}/math/R -GRAPHVIZ_RUN_DEPENDS= fdp:${PORTSDIR}/graphics/graphviz +GNUR_RUN_DEPENDS= R:math/R +GRAPHVIZ_RUN_DEPENDS= fdp:graphics/graphviz LATEX_USE= tex=latex:run MERCURIAL_DESC= Version control for notebooks using hg -MERCURIAL_RUN_DEPENDS= hg:${PORTSDIR}/devel/mercurial +MERCURIAL_RUN_DEPENDS= hg:devel/mercurial SCROT_DESC= Screenshot taking and inserting support -SCROT_RUN_DEPENDS= scrot:${PORTSDIR}/graphics/scrot +SCROT_RUN_DEPENDS= scrot:graphics/scrot post-patch: @${REINPLACE_CMD} -e \ |