diff options
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 71d05d25ce56..6af030dde7c6 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://gruntle.org/projects/irssi/insub/ MAINTAINER= adamw@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web +RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ + figlet:${PORTSDIR}/misc/figlet + NO_BUILD= YES USE_BZIP2= YES @@ -20,9 +23,6 @@ USE_PERL5= 5.6+ SCRIPT= ${PORTNAME}.pl -RUN_DEPENDS= cowsay:${PORTSDIR}/games/cowsay \ - figlet:${PORTSDIR}/misc/figlet - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${PREFIX}/bin/${SCRIPT:R} ${MKDIR} ${PREFIX}/share/irssi/scripts/ |