diff options
author | marcus <marcus@FreeBSD.org> | 2007-08-08 00:43:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-08-08 00:43:15 +0800 |
commit | fb551e529640d7fbea47a2df117c46a12fe9ba1b (patch) | |
tree | addd80c49b83e18586101701e35fcdf7262b6665 /net-im | |
parent | 1e93b203669547019a8974a62815efcab4395138 (diff) | |
download | freebsd-ports-gnome-fb551e529640d7fbea47a2df117c46a12fe9ba1b.tar.gz freebsd-ports-gnome-fb551e529640d7fbea47a2df117c46a12fe9ba1b.tar.zst freebsd-ports-gnome-fb551e529640d7fbea47a2df117c46a12fe9ba1b.zip |
Chase the libpurple shared lib version.
Reported by: pointyhat via kris
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index c9ce76a33657..38ea3b461f66 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -7,13 +7,14 @@ PORTNAME= pidgin-hotkeys PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A pidgin plugin that allows user to assign global hotkeys -LIB_DEPENDS= purple.0:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.1:${PORTSDIR}/net-im/libpurple BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |