diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-07-13 12:21:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-07-13 12:21:48 +0000 |
commit | ad8942652108e7e319190d3eebfad699995bc9ae (patch) | |
tree | 4206df8473aa17ac4c0a0c190182546f0ee607ae /sysutils/lire | |
parent | - Make PREFIX clean (diff) |
Fix dependency on ploticus.
Thanks to kris@ for showing me the right error log.
Notes
Notes:
svn path=/head/; revision=139067
Diffstat (limited to 'sysutils/lire')
-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 b7016f634cc4..cf7edcce4b47 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 |