diff options
Diffstat (limited to 'graphics/ocre/Makefile')
-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} |