svn commit: r419854 - head/net-im/pidgin-privacy-please

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:39:14 UTC 2016


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>


More information about the svn-ports-all mailing list