diff options
Diffstat (limited to 'graphics/imc/Makefile')
-rw-r--r-- | graphics/imc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index 635d9b43e4ce..08ee9a54d1ce 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -13,8 +13,8 @@ COMMENT= Image Compiler LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ - p5-CGI>=0:${PORTSDIR}/www/p5-CGI +BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ + p5-CGI>=0:www/p5-CGI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 |