[ports] cvs commit: ports/sysutils/syslog-ng3 Makefile

Sergey A. Osokin osa at FreeBSD.org
Wed May 5 15:33:40 UTC 2010


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
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
> 
> 
> 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
osa at FreeBSD.oRG


More information about the cvs-ports mailing list