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=
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"