[options-ng][patch] broken qt33 build after options-ng merge

Baptiste Daroussin bapt at freebsd.org
Sat Jun 2 11:44:23 UTC 2012


On Sat, Jun 02, 2012 at 01:31:51PM +0200, Oliver Pinter wrote:
> Hi All!
> 
> In x11-toolkits/qt33 broked one expression with options-ng merge. The
> attached patch fixed this.

> --- Makefile.orig	2012-06-02 13:26:43.000000000 +0200
> +++ Makefile	2012-06-02 13:27:23.000000000 +0200
> @@ -110,7 +110,7 @@
>  
>  .if ${PORT_OPTIONS:MCUPS}
>  LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
> -.elif defined(WITHOUT_CUPS)
> +.elif !defined(WITHOUT_CUPS)
>  CUPS=	-cups -L${LOCALBASE}/lib -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
>  .else
>  CUPS=
Fixed another way thank you very much!

regards;
Bapt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20120602/d8719a85/attachment.pgp


More information about the freebsd-ports mailing list