diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-01-06 02:02:58 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-01-06 02:02:58 +0000 |
commit | f181399eb4e8e63dec69a5c5a680f317588d542f (patch) | |
tree | 5e1d0893e8f179cb0ff781f43e5b8f4b7b81857d /irc/insub | |
parent | 90a696b2f45d02e0275656ddf58e1334328d851a (diff) | |
download | ports-f181399eb4e8e63dec69a5c5a680f317588d542f.tar.gz ports-f181399eb4e8e63dec69a5c5a680f317588d542f.zip |
Notes
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 3 |
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> |