From 21269c007285204708fa753244a5e462f63118d8 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 27 Oct 2003 17:18:48 +0000 Subject: Make IGNORE for perl < 5.6. --- x11-toolkits/p5-GdkPixbuf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-toolkits/p5-GdkPixbuf') diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile index 33be9865d815..a4795f621d12 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -25,4 +25,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAN3= Gtk::Gdk::Pixbuf::reference.3pm -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again +.endif + +.include -- cgit