diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 10:36:37 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 10:36:37 +0000 |
commit | 5ee77451ca99640d41c77158cb4610cdf3f34c78 (patch) | |
tree | 5e42e7395ddc540bc9525e0acfc69024179d75fb /audio/p5-Audio | |
parent | 5ed6d73e5f047e7ae843cbe0743fd16027ab7b9a (diff) |
Notes
Diffstat (limited to 'audio/p5-Audio')
-rw-r--r-- | audio/p5-Audio/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index 4d8f8175b744..fd6462434dea 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Audio::Play.3 Audio::Data.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |