Date: Thu, 5 Sep 2013 14:03:52 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326400 - head/mail/claws-mail Message-ID: <201309051403.r85E3qQo055817@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org LICENSE= GPLv3 USE_BZIP2= yes -USES+= gmake +USES+= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051403.r85E3qQo055817>