Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 21:07:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319905 - head/mail/mutt14
Message-ID:  <201306042107.r54L7uUq073102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun  4 21:07:56 2013
New Revision: 319905
URL: http://svnweb.freebsd.org/changeset/ports/319905

Log:
  Use a proper per arch exclusion of options

Modified:
  head/mail/mutt14/Makefile

Modified: head/mail/mutt14/Makefile
==============================================================================
--- head/mail/mutt14/Makefile	Tue Jun  4 21:05:11 2013	(r319904)
+++ head/mail/mutt14/Makefile	Tue Jun  4 21:07:56 2013	(r319905)
@@ -34,12 +34,10 @@ MUTT_ICONV_DESC=	mutt iconv
 
 USE_OPENSSL=	yes
 
+OPTIONS_EXCLUDE_alpha=	SGML_DOCS
 .if defined (MUTT_LITE)
 PKGNAMESUFFIX=	-lite
 OPTIONS_EXCLUDE=	SGML_DOCS
-.elif ${ARCH} == "alpha"
-#  coredump in sgmls
-OPTIONS_EXCLUDE=	SGML_DOCS
 .endif
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306042107.r54L7uUq073102>