aboutsummaryrefslogtreecommitdiffstats
path: root/irc/insub
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-01-06 10:02:58 +0800
committeralfred <alfred@FreeBSD.org>2004-01-06 10:02:58 +0800
commit885786a26937873229d0f5c020734b0f3020529c (patch)
tree60e9ac1f6e8e526d454a7b21190c53af53c3a83b /irc/insub
parent882683194c131cf6d13a264444131a3a2e9f7b69 (diff)
downloadfreebsd-ports-gnome-885786a26937873229d0f5c020734b0f3020529c.tar.gz
freebsd-ports-gnome-885786a26937873229d0f5c020734b0f3020529c.tar.zst
freebsd-ports-gnome-885786a26937873229d0f5c020734b0f3020529c.zip
Add devel/p5-Term-ANSIColor to RUN_DEPENDS.
Noticed by: Chris Jones <cjones@gruntle.org>
Diffstat (limited to 'irc/insub')
-rw-r--r--irc/insub/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile
index 9885f034272b..4550c6c6de31 100644
--- a/irc/insub/Makefile
+++ b/irc/insub/Makefile
@@ -19,8 +19,9 @@ NO_BUILD= YES
SCRIPT= ${PORTNAME}.pl
BUILD_DEPENDS+= irssi:${PORTSDIR}/irc/irssi+perl
-RUN_DEPENDS+= figlet:${PORTSDIR}/misc/figlet
BUILD_DEPENDS+= cowsay:${PORTSDIR}/games/cowsay
+RUN_DEPENDS+= figlet:${PORTSDIR}/misc/figlet
+RUN_DEPENDS+= p5-Term-ANSIColor:${PORTSDIR}/devel/p5-Term-ANSIColor
.include <bsd.port.pre.mk>