diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-27 17:18:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-27 17:18:48 +0000 |
commit | f08a2222d874b79d016c78caa35cf1526702eb57 (patch) | |
tree | 151442e307626fb0243b4b4d0b3386476ecdce4a /x11-toolkits/p5-GdkImlib | |
parent | 0ac003cca41cc311474ef6abe2f4e80419884df2 (diff) | |
download | ports-f08a2222d874b79d016c78caa35cf1526702eb57.tar.gz ports-f08a2222d874b79d016c78caa35cf1526702eb57.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r-- | x11-toolkits/p5-GdkImlib/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index 5098e5476274..3660b5a40e86 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -16,7 +16,7 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= The Imlib module of Gtk-Perl -BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ +BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk @@ -26,4 +26,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAN3= Gtk::Gdk::ImlibImage::reference.3pm -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |