Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2010 15:33:40 +0000
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: [ports] cvs commit: ports/sysutils/syslog-ng3 Makefile
Message-ID:  <20100505153340.GB32020@FreeBSD.org>
In-Reply-To: <20100505152532.118C41065782@hub.freebsd.org>
References:  <201005051525.o45FPNWp025620@repoman.freebsd.org> <20100505152532.118C41065782@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe@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@FreeBSD.oRG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100505153340.GB32020>