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-attach_warner/Makefile | |
parent | f1b21e475330b776406be3089bd8810810b0eecf (diff) | |
download | ports-f4567fd70138f37b7321a24c381e2ba9f60c2755.tar.gz ports-f4567fd70138f37b7321a24c381e2ba9f60c2755.zip |
Notes
Diffstat (limited to 'mail/claws-mail-attach_warner/Makefile')
-rw-r--r-- | mail/claws-mail-attach_warner/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/claws-mail-attach_warner/Makefile b/mail/claws-mail-attach_warner/Makefile index f2037359a828..fe3895b696a3 100644 --- a/mail/claws-mail-attach_warner/Makefile +++ b/mail/claws-mail-attach_warner/Makefile @@ -6,8 +6,7 @@ # PORTNAME= attach_warner -PORTVERSION= 0.2.20 -PORTREVISION= 1 +PORTVERSION= 0.2.21 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -16,8 +15,8 @@ DISTNAME= attachwarner-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Not attached file warning plugin for claws-mail -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 @@ -25,8 +24,9 @@ USE_GMAKE= yes USE_ICONV= yes 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-iconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} |