diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-03-09 20:23:25 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-03-09 20:23:25 +0000 |
commit | 1e45abb4744dbd86ede88986b720a300d7d36376 (patch) | |
tree | c6b1514f5906e1d1dc94ecc5fc28e3cd4fc6e456 /mail | |
parent | Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with (diff) |
Rollback to revisions below:
1.12 ports/chinese/mutt/Makefile (somewhat)
1.154 ports/mail/mutt-devel/Makefile
Previous commits break our lovely portupgrade.
Notes
Notes:
svn path=/head/; revision=55776
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index d1a85f717e6d..94935ef19137 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -46,9 +46,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.3.27 -MASTERPORTREVISION= 6 -SLAVEPORTREVISION?= 0 -PORTREVISION= `${EXPR} ${MASTERPORTREVISION} + ${SLAVEPORTREVISION}` +PORTREVISION?= 6 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news |