diff options
author | edwin <edwin@FreeBSD.org> | 2005-07-13 20:21:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-07-13 20:21:48 +0800 |
commit | f80ff2aa3459f2b2ae4456aee66517bd1edf565f (patch) | |
tree | ebc1102e9d0399d6651a459a2c8f2bd4f0f3ae8e /sysutils | |
parent | ca12b065eedc763d740fc0e1e602aaaff8d10a2a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |