aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-privacy-please
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:39:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:39:13 +0000
commitb397aceb5e2784a54f4138475d623bc6e64967f0 (patch)
treec7a62dcc870be7ff2a1acbe09607d674e8611eab /net-im/pidgin-privacy-please
parent19fb1aa67ea25822f23d6e4266a7245a9c4f13cf (diff)
Notes
Diffstat (limited to 'net-im/pidgin-privacy-please')
-rw-r--r--net-im/pidgin-privacy-please/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net-im/pidgin-privacy-please/Makefile b/net-im/pidgin-privacy-please/Makefile
index 83598e18b66f..465f4300270e 100644
--- a/net-im/pidgin-privacy-please/Makefile
+++ b/net-im/pidgin-privacy-please/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pidgin-privacy-please
PORTVERSION= 0.7.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE
@@ -12,15 +12,19 @@ COMMENT= Privacy plugin for the pidgin instant messenger
LICENSE= GPLv2
-LIB_DEPENDS= libpurple.so:net-im/libpurple
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libpurple.so:net-im/libpurple
BUILD_DEPENDS= pidgin:net-im/pidgin
RUN_DEPENDS= pidgin:net-im/pidgin
GNU_CONFIGURE= yes
USES= gettext gmake libtool pkgconfig
-USE_GNOME= gtk20 intltool
+USE_GNOME= cairo gdkpixbuf2 gtk20 intltool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
.include <bsd.port.mk>