aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-17 18:02:28 +0800
committeredwin <edwin@FreeBSD.org>2004-01-17 18:02:28 +0800
commit0253655ffd1dac4fd1a4007b53e116597765b4e0 (patch)
tree2179b36c533993f2c78701402232758159b63137
parent261b164d6eca23d9bfe5925c2516a0018cd2d234 (diff)
downloadfreebsd-ports-gnome-0253655ffd1dac4fd1a4007b53e116597765b4e0.tar.gz
freebsd-ports-gnome-0253655ffd1dac4fd1a4007b53e116597765b4e0.tar.zst
freebsd-ports-gnome-0253655ffd1dac4fd1a4007b53e116597765b4e0.zip
Fix runtime dependency on p5-Term-ANSIColor.
Informed maintainer. Noticed by: bento logs
-rw-r--r--irc/insub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile
index 9bac7e0af797..6af66a355a18 100644
--- a/irc/insub/Makefile
+++ b/irc/insub/Makefile
@@ -21,7 +21,7 @@ SCRIPT= ${PORTNAME}.pl
BUILD_DEPENDS+= irssi:${PORTSDIR}/irc/irssi
BUILD_DEPENDS+= cowsay:${PORTSDIR}/games/cowsay
RUN_DEPENDS+= figlet:${PORTSDIR}/misc/figlet
-RUN_DEPENDS+= p5-Term-ANSIColor:${PORTSDIR}/devel/p5-Term-ANSIColor
+RUN_DEPENDS+= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
.include <bsd.port.pre.mk>