summaryrefslogtreecommitdiff
path: root/irc/insub
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-01-06 03:09:19 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-01-06 03:09:19 +0000
commite5dbf2389dd08dce96880e129fefef72f270546e (patch)
treef5dc64289e01238c8f33dc22e27980d3166e5cad /irc/insub
parentAdd devel/p5-Term-ANSIColor to RUN_DEPENDS. (diff)
Adjust dependency to just irssi (which has perl support by default now),
not irssi+perl (which is gone).
Notes
Notes: svn path=/head/; revision=97425
Diffstat (limited to 'irc/insub')
-rw-r--r--irc/insub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile
index 4550c6c6de31..50daa7870bc9 100644
--- a/irc/insub/Makefile
+++ b/irc/insub/Makefile
@@ -18,7 +18,7 @@ NO_BUILD= YES
SCRIPT= ${PORTNAME}.pl
-BUILD_DEPENDS+= irssi:${PORTSDIR}/irc/irssi+perl
+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