aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-08-08 22:39:13 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-08-08 22:39:13 +0800
commit3e1eede7cf608e245dd11ae0fff5fc23344bf8b3 (patch)
treec7a62dcc870be7ff2a1acbe09607d674e8611eab /net-im
parent0632209a7ab931b215a822fda5d8e6cb8c604c1b (diff)
downloadfreebsd-ports-gnome-3e1eede7cf608e245dd11ae0fff5fc23344bf8b3.tar.gz
freebsd-ports-gnome-3e1eede7cf608e245dd11ae0fff5fc23344bf8b3.tar.zst
freebsd-ports-gnome-3e1eede7cf608e245dd11ae0fff5fc23344bf8b3.zip
- Strip binary
- Register cairo, gdkpixbuf2 with USE_GNOME - Add missing LIB_DEPENDS
Diffstat (limited to 'net-im')
-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>