diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-20 10:40:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-20 10:40:05 +0000 |
commit | 6274ed3fd8f4ddbc9a42ec918c42e81da443421c (patch) | |
tree | d316dcdf7f4266e632c87baafaac5256e042392a /sysutils | |
parent | 395a1f9ca637e73b342338cd6cd295144da43c3a (diff) |
Remove dia dependency
Submitted by: Matt Day <mattlire@fjarlq.com>
Notes
Notes:
svn path=/head/; revision=180259
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lire/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 5627b481c15e..5d90aa7dfd96 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -268,8 +268,7 @@ IGNORE= sysutils/lire requires are least Perl 5.6.1, while Perl 5.8.2 is recomm .endif .ifdef(WITH_CHARTS) -RUN_DEPENDS+= ploticus:${PORTSDIR}/math/ploticus-nox11 \ - dia:${PORTSDIR}/graphics/dia +RUN_DEPENDS+= ploticus:${PORTSDIR}/math/ploticus-nox11 BUILD_DEPENDS+= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph .endif .ifdef(WITH_HTML) |