pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49116: mail/opensmtpd needs bion & zlib




At Thu, 14 Aug 2014 23:05:01 +0000 (UTC), Joerg Sonnenberger wrote:
> 
> The following reply was made to PR pkg/49116; it has been noted by GNATS.
> 
> From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: 
> Subject: Re: pkg/49116: mail/opensmtpd needs bion & zlib
> Date: Fri, 15 Aug 2014 01:02:08 +0200
> 
>  On Thu, Aug 14, 2014 at 09:00:00PM +0000, ishit%oak.dti.ne.jp@localhost 
> wrote:
>  > >Description:
>  > mail/opensmtpd needs bison & zlib.
>  
>  I doubt that. yacc -- likely. bison -- unlikely.
>  
>  Joerg
>  
> 

fix "bison" -> "yacc".

thank you.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opensmtpd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    12 Feb 2014 23:18:09 -0000      1.2
+++ Makefile    17 Aug 2014 16:02:54 -0000
@@ -18,7 +18,7 @@

 USE_LANGUAGES= c
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config yacc
 USE_TOOLS+=    automake aclocal autoheader autoconf

 SMTPD_HOME=    ${VARBASE}/chroot/smtpd
@@ -58,4 +58,5 @@
                ${DESTDIR}${EXAMPLEDIR}/mailer.conf

 .include "../../devel/libevent/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index