diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /graphics/imc | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'graphics/imc')
-rw-r--r-- | graphics/imc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index f0373140a888..240f3932251b 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -16,9 +16,9 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= perl5 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 |