diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-07 16:43:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-07 16:43:15 +0000 |
commit | 1018eae50cf5929b1ce35466025b71603690f15f (patch) | |
tree | 280059fa136f87e23f932293126ab55cd88e871d /net-im/pidgin-hotkeys | |
parent | e3fe8e8d23c95153c33fb206ae1501c7036c0b78 (diff) | |
download | ports-1018eae50cf5929b1ce35466025b71603690f15f.tar.gz ports-1018eae50cf5929b1ce35466025b71603690f15f.zip |
Notes
Diffstat (limited to 'net-im/pidgin-hotkeys')
-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 |