diff options
Diffstat (limited to 'textproc/p5-HTML-HTMLDoc/Makefile')
-rw-r--r-- | textproc/p5-HTML-HTMLDoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-HTML-HTMLDoc/Makefile b/textproc/p5-HTML-HTMLDoc/Makefile index 45de51e81a72..7a587ed22ee8 100644 --- a/textproc/p5-HTML-HTMLDoc/Makefile +++ b/textproc/p5-HTML-HTMLDoc/Makefile @@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kostjnspb@yandex.ru COMMENT= Perl interface to the htmldoc program -BUILD_DEPENDS= htmldoc>0:textproc/htmldoc -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= htmldoc>0:textproc/htmldoc USES= perl5 USE_PERL5= configure |