Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:39:13 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419854 - head/net-im/pidgin-privacy-please
Message-ID:  <201608081439.u78EdDdh015088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 14:39:13 2016
New Revision: 419854
URL: https://svnweb.freebsd.org/changeset/ports/419854

Log:
  - Strip binary
  - Register cairo, gdkpixbuf2 with USE_GNOME
  - Add missing LIB_DEPENDS

Modified:
  head/net-im/pidgin-privacy-please/Makefile

Modified: head/net-im/pidgin-privacy-please/Makefile
==============================================================================
--- head/net-im/pidgin-privacy-please/Makefile	Mon Aug  8 14:32:38 2016	(r419853)
+++ head/net-im/pidgin-privacy-please/Makefile	Mon Aug  8 14:39:13 2016	(r419854)
@@ -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 i
 
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081439.u78EdDdh015088>