diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 15:33:06 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 15:33:06 +0000 |
commit | 7dd426bc91f85ef8be2eed4003e31b6a093f3a26 (patch) | |
tree | 7e6de0e4e026c06ab0267c99ca6dc7d9316a8bad /graphics/p5-Visio | |
parent | 0b463e9eb14c120809f3737d01b6c48254549a0f (diff) | |
download | ports-7dd426bc91f85ef8be2eed4003e31b6a093f3a26.tar.gz ports-7dd426bc91f85ef8be2eed4003e31b6a093f3a26.zip |
Notes
Diffstat (limited to 'graphics/p5-Visio')
-rw-r--r-- | graphics/p5-Visio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index 77bf6e724211..704657d11ae3 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -25,4 +25,10 @@ MAN3= Visio.3 Visio::Hyperlink.3 Visio::Layout.3 Visio::Line.3 \ Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \ Visio::PageSheet.3 Visio::Shape.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500801 +IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> |