diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 21:16:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 21:16:45 +0000 |
commit | c32ea140c764f4165c9fee1df4d55eba13ca3fa7 (patch) | |
tree | c76f8f75becef2915366fe7eb078dda52a79faad /net/xbone-gui | |
parent | [MAINTAINER UPDATE] multimedia/xmms-skins: update distinfo (diff) |
explicitely require perl 5.6.1 or higher
Submitted by: Venkata Pingali <pingali@ISI.EDU>
Diffstat (limited to 'net/xbone-gui')
-rw-r--r-- | net/xbone-gui/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile index 5b28ce3dfd17..32e4f2a93aa2 100644 --- a/net/xbone-gui/Makefile +++ b/net/xbone-gui/Makefile @@ -40,4 +40,8 @@ INSTALL_TARGET= gui FORBIDDEN= "X-Bone ${PORTVERSION} does not support FreeBSD prior to 4.7" .endif +.if ${PERL_LEVEL} < 500601 +IGNORE= "X-Bone requires Perl version 5.6.1 or higher. Install lang/perl5.8 and try again." +.endif + .include <bsd.port.post.mk> |