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 /graphics/ocre | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'graphics/ocre')
-rw-r--r-- | graphics/ocre/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile index 5c671276f17e..a995d10413a8 100644 --- a/graphics/ocre/Makefile +++ b/graphics/ocre/Makefile @@ -12,10 +12,10 @@ COMMENT= Simple optical character recognition solution LICENSE= GPLv3 -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell -RUN_DEPENDS= display:${PORTSDIR}/graphics/ImageMagick \ - gnuplot:${PORTSDIR}/math/gnuplot \ - ispell:${PORTSDIR}/textproc/aspell-ispell +LIB_DEPENDS= libaspell.so:textproc/aspell +RUN_DEPENDS= display:graphics/ImageMagick \ + gnuplot:math/gnuplot \ + ispell:textproc/aspell-ispell WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} |