diff options
author | philip <philip@FreeBSD.org> | 2017-04-18 02:37:55 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2017-04-18 02:37:55 +0800 |
commit | 67e9b5554e6e64f1c51b4935b976a143f2badc6d (patch) | |
tree | a620744525b9e16ef69451f022f621b1b7470b4a /irc | |
parent | 15c00b3a7cf2e07b20689fe9259a5f26f801e7a3 (diff) | |
download | freebsd-ports-gnome-67e9b5554e6e64f1c51b4935b976a143f2badc6d.tar.gz freebsd-ports-gnome-67e9b5554e6e64f1c51b4935b976a143f2badc6d.tar.zst freebsd-ports-gnome-67e9b5554e6e64f1c51b4935b976a143f2badc6d.zip |
Fix typo in BUILD_DEPENDS
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-icb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi-icb/Makefile b/irc/irssi-icb/Makefile index 06efdee4c81c..6fb7a7da7a85 100644 --- a/irc/irssi-icb/Makefile +++ b/irc/irssi-icb/Makefile @@ -10,7 +10,7 @@ COMMENT= Irssi plugin for connecting to ICB network LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi:irc/irssi +BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi RUN_DEPENDS= irssi:irc/irssi USES= autoreconf libtool pkgconfig |