svn commit: r332934 - head/net/freerdp

Dima Panov fluffy at FreeBSD.org
Tue Nov 5 23:58:45 UTC 2013


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


More information about the svn-ports-head mailing list