diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-24 16:58:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-24 16:58:52 +0000 |
commit | b69a27aaf907284c104fc2c48e9fa741eac6e0cd (patch) | |
tree | b08492f6a483b0370a20af7189fe62f96f1a74ac /net-im | |
parent | 89cf99e9fd209b5739009d69f7f2bb8c0d7d7f22 (diff) | |
download | ports-b69a27aaf907284c104fc2c48e9fa741eac6e0cd.tar.gz ports-b69a27aaf907284c104fc2c48e9fa741eac6e0cd.zip |
Notes
Diffstat (limited to 'net-im')
-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 706d65d656a6..f1ffefd70cf2 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= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org COMMENT= A pidgin plugin that allows user to assign global hotkeys -LIB_DEPENDS= purple.4:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |