Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 20:05:50 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367385 - head/security/pidgin-encryption
Message-ID:  <201409052005.s85K5oo2008009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Sep  5 20:05:50 2014
New Revision: 367385
URL: http://svnweb.freebsd.org/changeset/ports/367385
QAT: https://qat.redports.org/buildarchive/r367385/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/security/pidgin-encryption/Makefile

Modified: head/security/pidgin-encryption/Makefile
==============================================================================
--- head/security/pidgin-encryption/Makefile	Fri Sep  5 19:38:06 2014	(r367384)
+++ head/security/pidgin-encryption/Makefile	Fri Sep  5 20:05:50 2014	(r367385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pidgin
 PORTVERSION=	3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}-encrypt/Releases/${PORTVERSION}
 PKGNAMESUFFIX=	-encryption
@@ -17,17 +17,17 @@ RUN_DEPENDS=	${LOCALBASE}/bin/pidgin:${P
 LIB_DEPENDS=	libpurple.so:${PORTSDIR}/net-im/libpurple \
 		libnss3.so:${PORTSDIR}/security/nss
 
-USE_GNOME=	gtk20
-USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-static \
 		--with-nspr-includes=${LOCALBASE}/include/nspr	\
 		--with-nspr-libs=${LOCALBASE}/lib	\
 		--with-nss-includes=${LOCALBASE}/include/nss/nss \
 		--with-nss-libs=${LOCALBASE}/lib/nss
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake libtool pkgconfig
+USE_GNOME=	gtk20
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes



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