diff options
author | petef <petef@FreeBSD.org> | 2004-01-06 11:09:19 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-01-06 11:09:19 +0800 |
commit | afc1bd634d82ba220a3a182e3db360ddf7200925 (patch) | |
tree | 615f33daa9780b3824f81565522e2d8d63d2b6f5 /irc/insub | |
parent | 885786a26937873229d0f5c020734b0f3020529c (diff) | |
download | freebsd-ports-gnome-afc1bd634d82ba220a3a182e3db360ddf7200925.tar.gz freebsd-ports-gnome-afc1bd634d82ba220a3a182e3db360ddf7200925.tar.zst freebsd-ports-gnome-afc1bd634d82ba220a3a182e3db360ddf7200925.zip |
Adjust dependency to just irssi (which has perl support by default now),
not irssi+perl (which is gone).
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 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 |