aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-09-05 14:03:52 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-09-05 14:03:52 +0000
commit38f4b677db4f53c43be9d313a25317e7913bcbc2 (patch)
treeb7b7784aa4e24b262ffa30c5f5b69c9d35542337 /mail
parentc440114d579fa1ac6bd7cb28d5e4ec6a8f08bf0c (diff)
downloadports-38f4b677db4f53c43be9d313a25317e7913bcbc2.tar.gz
ports-38f4b677db4f53c43be9d313a25317e7913bcbc2.zip
Plugins need pkgconf to build too, they are using the same
configure script - move USES=pkgconf to shared Makefile.claws Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=326400
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--mail/claws-mail/Makefile.claws2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index e0bb89b01ccf..9a862f619c15 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
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
diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws
index 95bd7501959b..ced483787491 100644
--- a/mail/claws-mail/Makefile.claws
+++ b/mail/claws-mail/Makefile.claws
@@ -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} \