diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 15:57:13 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 15:57:13 +0000 |
commit | 429c394555548022bea77b4375125a5a305d922a (patch) | |
tree | a9b0bb32c103e6672b39525b93fa28cafb10acdd /graphics/p5-ming | |
parent | 041a28e5218b8a640acb2be4c438c3d7b70afb9c (diff) | |
download | ports-429c394555548022bea77b4375125a5a305d922a.tar.gz ports-429c394555548022bea77b4375125a5a305d922a.zip |
Notes
Diffstat (limited to 'graphics/p5-ming')
-rw-r--r-- | graphics/p5-ming/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile index 442cb29e5bfa..ac6164e4f394 100644 --- a/graphics/p5-ming/Makefile +++ b/graphics/p5-ming/Makefile @@ -38,12 +38,6 @@ MAN3= SWF.3 \ SWF::TextField.3 \ SWF::VideoStream.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again. -.endif - post-patch: @${ECHO_CMD} -n > ${WRKSRC}/../configure.in @${LN} -sf ${LOCALBASE}/include/ming ${WRKSRC}/../src @@ -54,4 +48,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.* ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |