aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-07-13 20:21:48 +0800
committeredwin <edwin@FreeBSD.org>2005-07-13 20:21:48 +0800
commitf80ff2aa3459f2b2ae4456aee66517bd1edf565f (patch)
treeebc1102e9d0399d6651a459a2c8f2bd4f0f3ae8e /sysutils
parentca12b065eedc763d740fc0e1e602aaaff8d10a2a (diff)
downloadfreebsd-ports-graphics-f80ff2aa3459f2b2ae4456aee66517bd1edf565f.tar.gz
freebsd-ports-graphics-f80ff2aa3459f2b2ae4456aee66517bd1edf565f.tar.zst
freebsd-ports-graphics-f80ff2aa3459f2b2ae4456aee66517bd1edf565f.zip
Fix dependency on ploticus.
Thanks to kris@ for showing me the right error log.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile
index b7016f634cc..cf7edcce4b4 100644
--- a/sysutils/lire/Makefile
+++ b/sysutils/lire/Makefile
@@ -257,7 +257,7 @@ IGNORE= sysutils/lire requires are least Perl 5.6.1, while Perl 5.8.2 is recomm
.endif
.ifdef(WITH_CHARTS)
-RUN_DEPENDS+= pl:${PORTSDIR}/math/ploticus-nox11 \
+RUN_DEPENDS+= ploticus:${PORTSDIR}/math/ploticus-nox11 \
dia:${PORTSDIR}/graphics/dia
BUILD_DEPENDS+= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
.endif