diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 23:33:06 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 23:33:06 +0800 |
commit | c9876c1f42b4c3d58c1856f81b060282425aec69 (patch) | |
tree | 44ab7eed88206eb07fc0d3a71ab382b139ba3030 | |
parent | d797e2a1c6360c35839023801cdafe8e55bff44d (diff) | |
download | freebsd-ports-gnome-c9876c1f42b4c3d58c1856f81b060282425aec69.tar.gz freebsd-ports-gnome-c9876c1f42b4c3d58c1856f81b060282425aec69.tar.zst freebsd-ports-gnome-c9876c1f42b4c3d58c1856f81b060282425aec69.zip |
- require perl 5.8
PR: ports/102097
Submitted by: clsung
Approved by: maintainer <chinsan dot tw_AT_gmail dot com>
-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> |