diff options
author | pawel <pawel@FreeBSD.org> | 2013-09-05 22:03:52 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-09-05 22:03:52 +0800 |
commit | 6cac60b304c4800afebfc725c679fdc7b3ad9f1f (patch) | |
tree | b7b7784aa4e24b262ffa30c5f5b69c9d35542337 /mail | |
parent | 88488989b1a16790b36d548daf0193e8aaa6d1c2 (diff) | |
download | freebsd-ports-gnome-6cac60b304c4800afebfc725c679fdc7b3ad9f1f.tar.gz freebsd-ports-gnome-6cac60b304c4800afebfc725c679fdc7b3ad9f1f.tar.zst freebsd-ports-gnome-6cac60b304c4800afebfc725c679fdc7b3ad9f1f.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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/claws-mail/Makefile.claws | 2 |
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} \ |