diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-02 09:53:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-02 09:53:02 +0000 |
commit | 7c54d6e79af98e98da2dd181b6f95e9ea403d67d (patch) | |
tree | 2b71af6b2fa0621d12731c8bed70695fb195e1e9 /graphics/p5-GraphViz-Data-Structure/Makefile | |
parent | e888c2e3a04a9c0e364de20abb02604f0f3b5a8c (diff) |
Notes
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure/Makefile')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index 174540585f2f..8a6c9b463c00 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -17,19 +17,11 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Visualise data structures BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Does not build - PERL_CONFIGURE= yes MAN3= GraphViz::Data::Structure.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |