diff options
Diffstat (limited to 'mail/claws-mail-spamreport/Makefile')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index 1f5187ec37a3..3e98c9a6aecd 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -6,8 +6,7 @@ # PORTNAME= spamreport -PORTVERSION= 0.3.12 -PORTREVISION= 1 +PORTVERSION= 0.3.13 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,8 +16,8 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= SpamReport plugin for claws-mail LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail LICENSE= GPLv3 @@ -26,8 +25,9 @@ USE_GMAKE= yes USE_XORG= x11 USE_AUTOTOOLS= autoconf MAKE_JOBS_SAFE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} |