diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-04-17 16:57:18 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-04-17 16:57:18 +0000 |
commit | f4567fd70138f37b7321a24c381e2ba9f60c2755 (patch) | |
tree | e70db3f3a581dd9b32861e2cadbe66fd72e47061 /mail/claws-mail-spamreport/Makefile | |
parent | f1b21e475330b776406be3089bd8810810b0eecf (diff) | |
download | ports-f4567fd70138f37b7321a24c381e2ba9f60c2755.tar.gz ports-f4567fd70138f37b7321a24c381e2ba9f60c2755.zip |
Notes
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} |