diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-18 02:57:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-18 02:57:02 +0000 |
commit | a8526b32431492d87edb90cbdb5742b13974bb8e (patch) | |
tree | 77bba3a5828350c98d6e3ae0960840cb4719a54b /mail/mutt14/Makefile | |
parent | f8088b8f32858a103150fca95cb3a3eac2544536 (diff) |
More documentation (html) build fixes.
Submitted by: kris (bento)
Notes
Notes:
svn path=/head/; revision=66547
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 9ecbb06ca9b3..23b08c8ef7d4 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -38,11 +38,11 @@ WITH_SLANG= yes BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview +.endif .if ${MACHINE_ARCH} != "alpha" # coredump in sgmls WITH_DOCS= yes .endif -.endif LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext .if defined(WITH_SLANG) |