summaryrefslogtreecommitdiff
path: root/mail/xfmail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
committerjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
commitbae5dd3629cc3af3c32704ae265c254292cdfa4c (patch)
tree7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /mail/xfmail
parent326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff)
downloadpkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'mail/xfmail')
-rw-r--r--mail/xfmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
index 104bdebe858..57fb8d29c6b 100644
--- a/mail/xfmail/Makefile
+++ b/mail/xfmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2018/01/28 20:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2018/07/18 00:06:20 joerg Exp $
DISTNAME= xfmail-1.5.5
PKGREVISION= 8
@@ -13,7 +13,7 @@ COMMENT= Xforms based mail application for Unix operating systems
# A few files are.
#LICENSE+= mit-license
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
GNU_CONFIGURE= YES