aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2002-01-05 19:27:17 +0800
committerjim <jim@FreeBSD.org>2002-01-05 19:27:17 +0800
commit829713aec03467ddf2e5cd8ba1137835f9f753c6 (patch)
treed190def33aa6a7be229eea15e7cfd4ee59b422dd /mail/mutt-devel/Makefile
parent1e58a8a0c4099aafc5cb5433a7f3370d6c7d5418 (diff)
downloadfreebsd-ports-graphics-829713aec03467ddf2e5cd8ba1137835f9f753c6.tar.gz
freebsd-ports-graphics-829713aec03467ddf2e5cd8ba1137835f9f753c6.tar.zst
freebsd-ports-graphics-829713aec03467ddf2e5cd8ba1137835f9f753c6.zip
Fix a problem where installs failed if WITH_MUTT_HTML wasn't defined.
Also change the dependency for WITH_MUTT_NNTP to point to inn-stable instead of inn. PR: 33571 Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r--mail/mutt-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index fb5e9fdecbe..6a455114b93 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -23,8 +23,8 @@
#
# If you want to read news with mutt define:
# WITH_MUTT_NNTP
-# (note that this implies building of the inn port to be able to post new
-# articles)
+# (note that this implies building of the inn-stable port to be able to
+# post new articles)
#
# If you want to use the SASL authentication features with your email server
# define
@@ -42,7 +42,7 @@
PORTNAME= mutt-devel
PORTVERSION= 1.3.25
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES+= mail
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
@@ -139,7 +139,7 @@ USE_OPENSSL= yes
BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
.endif
.if defined(WITH_MUTT_NNTP)
-BUILD_DEPENDS+= ${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn
+BUILD_DEPENDS+= ${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn-stable
pre-configure::
${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-inews
.endif