diff options
Diffstat (limited to 'graphics/cbview/Makefile')
-rw-r--r-- | graphics/cbview/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile index 4711ac778b82..cf343cd5ba01 100644 --- a/graphics/cbview/Makefile +++ b/graphics/cbview/Makefile @@ -12,10 +12,10 @@ COMMENT= Viewer/converter for CBR/CBZ comic book archives LICENSE= GPLv2 -RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ - unzip:${PORTSDIR}/archivers/unzip \ - p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote +RUN_DEPENDS= unrar:archivers/unrar \ + unzip:archivers/unzip \ + p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ + p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote NO_BUILD= yes USES= perl5 shebangfix |