svn commit: r326400 - head/mail/claws-mail

Pawel Pekala pawel at FreeBSD.org
Thu Sep 5 14:03:53 UTC 2013


Author: pawel
Date: Thu Sep  5 14:03:52 2013
New Revision: 326400
URL: http://svnweb.freebsd.org/changeset/ports/326400

Log:
  Plugins need pkgconf to build too, they are using the same
  configure script - move USES=pkgconf to shared Makefile.claws
  
  Reported by:	pkg-fallout

Modified:
  head/mail/claws-mail/Makefile
  head/mail/claws-mail/Makefile.claws

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Thu Sep  5 13:48:34 2013	(r326399)
+++ head/mail/claws-mail/Makefile	Thu Sep  5 14:03:52 2013	(r326400)
@@ -13,7 +13,7 @@ LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
 USE_GNOME=	gtk20
-USES=		iconv pathfix pkgconfig
+USES=		iconv pathfix
 INSTALLS_ICONS=	yes
 
 MAN1=		claws-mail.1

Modified: head/mail/claws-mail/Makefile.claws
==============================================================================
--- head/mail/claws-mail/Makefile.claws	Thu Sep  5 13:48:34 2013	(r326399)
+++ head/mail/claws-mail/Makefile.claws	Thu Sep  5 14:03:52 2013	(r326400)
@@ -9,7 +9,7 @@ MAINTAINER=	pawel at FreeBSD.org
 LICENSE=	GPLv3
 
 USE_BZIP2=	yes
-USES+=		gmake
+USES+=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \


More information about the svn-ports-all mailing list