diff options
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 446684a6257..53c3aad2c22 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/12/09 11:38:04 ad Exp $ +# $NetBSD: Makefile,v 1.32 2003/04/27 17:21:59 cjep Exp $ DISTNAME= exim-4.10 CATEGORIES= mail net @@ -13,8 +13,8 @@ COMMENT= The Exim mail transfer agent, a replacement for sendmail USE_PERL5= yes USE_BUILDLINK2= yes -INTERACTIVE_STAGE= build # actually, needs "mail" user - # before configure step, see below +INTERACTIVE_STAGE= build # actually, needs "mail" user + # before configure step, see below MAKE_ENV+= SSLBASE=${SSLBASE:Q} pre-patch: |