diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-10 08:36:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-10 08:36:03 +0800 |
commit | d8827e315441a3be9bd0aea780d6d992acca353e (patch) | |
tree | e03809bad945ddc358537b6bc18e14e262539d37 /devel/p5-VCP-autrijus | |
parent | b75ec5cb35a44ef717004409857d6d540b7df922 (diff) | |
download | freebsd-ports-graphics-d8827e315441a3be9bd0aea780d6d992acca353e.tar.gz freebsd-ports-graphics-d8827e315441a3be9bd0aea780d6d992acca353e.tar.zst freebsd-ports-graphics-d8827e315441a3be9bd0aea780d6d992acca353e.zip |
Fix up after bsd.perl.mk import.
Hat: portmgr
Diffstat (limited to 'devel/p5-VCP-autrijus')
-rw-r--r-- | devel/p5-VCP-autrijus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-VCP-autrijus/Makefile b/devel/p5-VCP-autrijus/Makefile index 234d4296759..86300c05678 100644 --- a/devel/p5-VCP-autrijus/Makefile +++ b/devel/p5-VCP-autrijus/Makefile @@ -30,6 +30,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes +PERL_CONFIGURE= yes + .include <bsd.port.pre.mk> @@ -38,8 +40,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif -PERL_CONFIGURE= yes - MAN1= vcp.1 MAN3= RevML::Doctype.3 \ RevML::Writer.3 \ |