From 0b0ccfaa376fe56a3fce624d1b375f3cc93dd60f Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Sat, 9 Mar 2002 18:47:02 +0000 Subject: In case SLAVEPORTREVISION might not be defined, define it as zero. Submitted by: MAINTAINER --- mail/mutt-devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail') diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 5fa69e387484..d1a85f717e6d 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -47,6 +47,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.3.27 MASTERPORTREVISION= 6 +SLAVEPORTREVISION?= 0 PORTREVISION= `${EXPR} ${MASTERPORTREVISION} + ${SLAVEPORTREVISION}` CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) -- cgit v1.2.3