diff options
Diffstat (limited to 'graphics/cthumb/Makefile')
-rw-r--r-- | graphics/cthumb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile index 52bf5e893731..3e7cecd5548c 100644 --- a/graphics/cthumb/Makefile +++ b/graphics/cthumb/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Themeable web picture album generator -RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:${PORTSDIR}/graphics/netpbm \ - ${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:graphics/netpbm \ + ${LOCALBASE}/bin/jhead:graphics/jhead \ + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-URI>=0:net/p5-URI USES= jpeg:run perl5 GNU_CONFIGURE= yes |