diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-05 05:07:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-05 05:07:56 +0800 |
commit | de5438cfbed2af49f4f14b760a8a769281231021 (patch) | |
tree | 52736b81983dc0ffee4452432037b0e4466b7070 /mail/mutt14/Makefile | |
parent | 86d405999a18322b0db19adbbea413005fa41591 (diff) | |
download | freebsd-ports-gnome-de5438cfbed2af49f4f14b760a8a769281231021.tar.gz freebsd-ports-gnome-de5438cfbed2af49f4f14b760a8a769281231021.tar.zst freebsd-ports-gnome-de5438cfbed2af49f4f14b760a8a769281231021.zip |
Use a proper per arch exclusion of options
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 6053c496213a..41a73b383a05 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -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> |