svn commit: r319905 - head/mail/mutt14

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 4 21:07:56 UTC 2013


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>


More information about the svn-ports-all mailing list