diff options
author | marcus <marcus@FreeBSD.org> | 2011-06-20 05:25:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-06-20 05:25:44 +0800 |
commit | 88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa (patch) | |
tree | 4aa0ee30e79cd1def06238df30f40628088b3707 /irc/minbif | |
parent | 0a1227b0543e0f2f1308f69e9540d42b0e2f10cf (diff) | |
download | freebsd-ports-gnome-88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa.tar.gz freebsd-ports-gnome-88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa.tar.zst freebsd-ports-gnome-88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'irc/minbif')
-rw-r--r-- | irc/minbif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 751ab6a0d764..dffbc89b1918 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -7,14 +7,14 @@ PORTNAME= minbif PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc net-im MASTER_SITES= http://minbif.im/attachments/download/50/ MAINTAINER= ports@FreeBSD.org COMMENT= An IRC to instant messaging gateway -LIB_DEPENDS= purple.7:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple USERS= minbif GROUPS= minbif |