diff options
author | flz <flz@FreeBSD.org> | 2005-03-07 12:21:05 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-07 12:21:05 +0000 |
commit | 60e16c4d204a782eac41159232d1ee891ba20ec1 (patch) | |
tree | 3cdaa125449f686a9c633457e4c328bfe29fa587 /mail/mutt-devel/Makefile | |
parent | 225b07873ff1c95f41afc4fc3aaa8d9ad8ca7c42 (diff) | |
download | FreeBSD-ports-60e16c4d204a782eac41159232d1ee891ba20ec1.zip FreeBSD-ports-60e16c4d204a782eac41159232d1ee891ba20ec1.tar.gz |
- Fix WITH_MUTT_SIDEBAR_PATCH patch.
PR: ports/78522
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 82f9dae..dd1f3b5 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -363,8 +363,7 @@ SGML_NEEDED= yes PATCHFILES+= p0-patch-${DW_MBOX_PATCH_VERSION}.dw.mbox-hook.1:dw .endif .if defined(WITH_MUTT_SIDEBAR_PATCH) -.error The WITH_MUTT_SIDEBAR_PATCH does not work at the moment. -PATCHFILES+= patch-1.5.7i.sidebar.20050203.txt:thomer +PATCHFILES+= patch-1.5.8i.sidebar.20050224.txt:thomer .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |