1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Reduce unnecessary dependencies by use cups-client for library.

PR:		183614
Submitted by:	Pavel Gubin
This commit is contained in:
Dima Panov 2013-11-05 23:58:44 +00:00
parent a2634207d6
commit 4c549c5f51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332934

View File

@ -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