summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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