diff options
author | rh <rh@pkgsrc.org> | 2012-10-22 02:53:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2012-10-22 02:53:12 +0000 |
commit | 664365e146cfd0c11bb8404f8400b2703fc66247 (patch) | |
tree | 8309bef537d44e628e3c6153a6bc08d766409073 /mail/GNUMail/Makefile | |
parent | b909b7d43ba2fd34d5e922a6162d48a13df17557 (diff) | |
download | pkgsrc-664365e146cfd0c11bb8404f8400b2703fc66247.tar.gz |
Update GNUMail to 1.2.0. This makes GNUmail compile with clang and the
modern Objective-C runtime.
Diffstat (limited to 'mail/GNUMail/Makefile')
-rw-r--r-- | mail/GNUMail/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile index c0c5ce13f96..674bd158ed0 100644 --- a/mail/GNUMail/Makefile +++ b/mail/GNUMail/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2012/10/08 12:19:01 asau Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/22 02:53:12 rh Exp $ # -DISTNAME= GNUMail-1.2.0pre3 -PKGREVISION= 2 +DISTNAME= GNUMail-1.2.0 CATEGORIES= mail gnustep MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/ @@ -13,15 +12,13 @@ LICENSE= gnu-lgpl-v2 USE_LANGUAGES= objc -WRKSRC= ${WRKDIR}/GNUMail NO_CONFIGURE= yes -MAKE_JOBS_SAFE= no MAKE_FILE= GNUmakefile FIX_GNUSTEP_INSTALLATION_DIR= yes -.for _dir_ in Account Advanced Clock Colors Compose Face Filtering \ +.for dir in Account Advanced Clock Colors Compose Face Filtering \ Fonts Import MIME PGP Receiving Sending Viewing -SUBST_FILES.gnustep_installation_dir+= Bundles/${_dir_}/GNUmakefile +SUBST_FILES.gnustep_installation_dir+= Bundles/${dir}/GNUmakefile .endfor .include "../../mail/Pantomime/buildlink3.mk" |