diff options
Diffstat (limited to 'graphics/springgraph')
-rw-r--r-- | graphics/springgraph/Makefile | 2 | ||||
-rw-r--r-- | graphics/springgraph/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index 341b86a812be..228a2afcd1a5 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Render graph described in a .dot file + RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes diff --git a/graphics/springgraph/pkg-comment b/graphics/springgraph/pkg-comment deleted file mode 100644 index 5914aecf2c8f..000000000000 --- a/graphics/springgraph/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Render graph described in a .dot file |