diff options
author | garga <garga@FreeBSD.org> | 2008-03-02 21:26:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-03-02 21:26:57 +0800 |
commit | a21b834482437af2729e682c6fb733f24ab862f9 (patch) | |
tree | 08063ca7b39b7cac04b2332ce84a982cde5243d3 | |
parent | 4262b03d5241b5d8096dfe8cb1e41fc3edc3c8f3 (diff) | |
download | freebsd-ports-gnome-a21b834482437af2729e682c6fb733f24ab862f9.tar.gz freebsd-ports-gnome-a21b834482437af2729e682c6fb733f24ab862f9.tar.zst freebsd-ports-gnome-a21b834482437af2729e682c6fb733f24ab862f9.zip |
- Chase libpurple version to purple.4 forgotten last commit
- Bump PORTREVISION again
Pointy hat to: marcus
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index ec59a3ff3a28..d18a3801747c 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -7,14 +7,14 @@ PORTNAME= pidgin-hotkeys PORTVERSION= 0.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A pidgin plugin that allows user to assign global hotkeys -LIB_DEPENDS= purple.3:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.4:${PORTSDIR}/net-im/libpurple BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |