summaryrefslogtreecommitdiff
path: root/net-im/pidgin-hotkeys
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-09-24 18:02:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-09-24 18:02:51 +0000
commit0c4dd91ad1a0deae0c98381cd243fb51ab59655a (patch)
treea79d35c0b6805ee7d7a7e0ba174c9cb6dd54f8aa /net-im/pidgin-hotkeys
parent- Mark BROKEN on non-i386: Does not compile (diff)
- Chase libpurple version bump [1]
- Fix build with xorg 7.3 - Bump PORTREVISION Pointyhat to: marcus [1]
Notes
Notes: svn path=/head/; revision=200061
Diffstat (limited to 'net-im/pidgin-hotkeys')
-rw-r--r--net-im/pidgin-hotkeys/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile
index 38ea3b461f66..9c61f68b1e78 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= 1
+PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= A pidgin plugin that allows user to assign global hotkeys
-LIB_DEPENDS= purple.1:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS= purple.2:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
@@ -24,4 +24,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= lib/pidgin/hotkeys.so \
lib/pidgin/hotkeys.la
+post-patch:
+ @${REINPLACE_CMD} -e 's,X11/keysym.h,X11/X.h,' ${WRKSRC}/src/hotkeys.c
+
.include <bsd.port.mk>