diff options
Diffstat (limited to 'net-im/pidgin-hotkeys/Makefile')
-rw-r--r-- | net-im/pidgin-hotkeys/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile index d304c679dd0c..16c002af3fdc 100644 --- a/net-im/pidgin-hotkeys/Makefile +++ b/net-im/pidgin-hotkeys/Makefile @@ -2,12 +2,12 @@ PORTNAME= pidgin-hotkeys PORTVERSION= 0.2.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= garga@FreeBSD.org -COMMENT= A pidgin plugin that allows user to assign global hotkeys +COMMENT= Pidgin plugin that allows user to assign global hotkeys LICENSE= GPLv2 @@ -15,12 +15,11 @@ LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -USES= pkgconfig +USES= libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -PLIST_FILES= lib/pidgin/hotkeys.so \ - lib/pidgin/hotkeys.la +PLIST_FILES= lib/pidgin/hotkeys.so post-patch: @${REINPLACE_CMD} -e 's,X11/keysym.h,X11/X.h,' ${WRKSRC}/src/hotkeys.c |