Date: Tue, 5 Nov 2013 23:58:45 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332934 - head/net/freerdp Message-ID: <201311052358.rA5NwjFV099595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Tue Nov 5 23:58:44 2013 New Revision: 332934 URL: http://svnweb.freebsd.org/changeset/ports/332934 Log: - Reduce unnecessary dependencies by use cups-client for library. PR: 183614 Submitted by: Pavel Gubin Modified: head/net/freerdp/Makefile Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Tue Nov 5 23:38:16 2013 (r332933) +++ head/net/freerdp/Makefile Tue Nov 5 23:58:44 2013 (r332934) @@ -71,7 +71,7 @@ PLIST_SUB+= FFMPEG="@comment " .if ${PORT_OPTIONS:MCUPS} CMAKE_ARGS+= -DWITH_CUPS=ON -LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .else CMAKE_ARGS+= -DWITH_CUPS=OFF .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052358.rA5NwjFV099595>