diff options
author | edwin <edwin@FreeBSD.org> | 2006-12-20 18:40:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-12-20 18:40:05 +0800 |
commit | 64a9dcc60b4902587e95313f49895882b548878d (patch) | |
tree | 0f35061885cf164b10004f907e4226c667f5428a /sysutils/lire | |
parent | 5ea969024bf692c27ed5f04589c507043fbc1974 (diff) | |
download | freebsd-ports-gnome-64a9dcc60b4902587e95313f49895882b548878d.tar.gz freebsd-ports-gnome-64a9dcc60b4902587e95313f49895882b548878d.tar.zst freebsd-ports-gnome-64a9dcc60b4902587e95313f49895882b548878d.zip |
Remove dia dependency
Submitted by: Matt Day <mattlire@fjarlq.com>
Diffstat (limited to 'sysutils/lire')
-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) |