On Wed, May 05, 2010 at 03:25:31PM +0000, Cy Schubert wrote:
> cy          2010-05-05 15:25:23 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     sysutils/syslog-ng3  Makefile 
>   Log:
>   Add pcre dependency.
>   
>   Thanks to:      QAT
>   
>   Revision  Changes    Path
>   1.25      +1 -0      ports/sysutils/syslog-ng3/Makefile
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "[email protected]"
> 
> 
> Index: ports/sysutils/syslog-ng3/Makefile
> diff -u ports/sysutils/syslog-ng3/Makefile:1.24 
> ports/sysutils/syslog-ng3/Makefile:1.25
> --- ports/sysutils/syslog-ng3/Makefile:1.24   Wed May  5 14:40:56 2010
> +++ ports/sysutils/syslog-ng3/Makefile        Wed May  5 15:25:23 2010
> @@ -73,6 +73,7 @@
>  
>  .if defined(WITH_PCRE)
>  CONFIGURE_ARGS+=     --enable-pcre
> +LIB_DEPENDS=         pcre.0:${PORTSDIR}/devel/pcre

It looks like it should be:

LIB_DEPENDS+=   pcre.0:${PORTSDIR}/devel/pcre

not

LIB_DEPENDS=    pcre.0:${PORTSDIR}/devel/pcre

Also, do the same for libdbi.  Don't forget bump PORTREVISION.

-- 
Sergey A. Osokin
[email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to