summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2013-11-05 23:58:44 +0000
committerDima Panov <fluffy@FreeBSD.org>2013-11-05 23:58:44 +0000
commit4c549c5f5181c638fbca236611cf71634677353a (patch)
tree2bcbd204377f5357edd58cee4b13ddfb0ef43d46
parent- Update to 20131106 (diff)
- Reduce unnecessary dependencies by use cups-client for library.
PR: 183614 Submitted by: Pavel Gubin
-rw-r--r--net/freerdp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index 072c38d7069e..0e9ac4ad5c0c 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -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