summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-12-20 10:40:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-12-20 10:40:05 +0000
commit6274ed3fd8f4ddbc9a42ec918c42e81da443421c (patch)
treed316dcdf7f4266e632c87baafaac5256e042392a /sysutils
parentUpdate to 0.30. (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/Makefile3
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)