diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 10:02:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 10:02:28 +0000 |
commit | 23dcc25864049e4b3fde06e7af467ee586a0ebb0 (patch) | |
tree | 3f2eecd9e4c5ea1366182bc477bbb0c80c38c62e /irc/insub | |
parent | 2c00698eaca6315abd546f26ea156cd8e7f33278 (diff) | |
download | ports-23dcc25864049e4b3fde06e7af467ee586a0ebb0.tar.gz ports-23dcc25864049e4b3fde06e7af467ee586a0ebb0.zip |
Notes
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 2 |
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> |