aboutsummaryrefslogtreecommitdiff
path: root/print/qt5-printsupport
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-16 20:13:10 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-16 20:13:10 +0000
commit42287e44e1f928c1fae56e5376381d2cb1f75de8 (patch)
tree38db72bd4e71e4bf8840591a1f2189a2b6b055f8 /print/qt5-printsupport
parenta31003662f52d15bdba25ee851202fbebfddfe1f (diff)
downloadports-42287e44e1f928c1fae56e5376381d2cb1f75de8.tar.gz
ports-42287e44e1f928c1fae56e5376381d2cb1f75de8.zip
Turn print/cups-client into a LIB_DEPENDency.
The CUPS plugin in src/plugins/printsupport/cups actually links against libcups.so, so cups-client needs to be more than a build-time dependency. This is part of Yuri Victorovich's Qt 5.5.1 patch set (which he submitted without knowing kde@ was already working on the update). This bug fix is orthogonal to the 5.5.1 update and we had not spotted this before, so I am landing this separately. PR: 205805 Submitted by: Yuri Victorovich <yuri@rawbw.com>
Notes
Notes: svn path=/head/; revision=406271
Diffstat (limited to 'print/qt5-printsupport')
-rw-r--r--print/qt5-printsupport/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qt5-printsupport/Makefile b/print/qt5-printsupport/Makefile
index 3bcde6896933..6f2f82b93e75 100644
--- a/print/qt5-printsupport/Makefile
+++ b/print/qt5-printsupport/Makefile
@@ -2,6 +2,7 @@
PORTNAME= printsupport
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= print
PKGNAMEPREFIX= qt5-
@@ -20,9 +21,9 @@ OPTIONS_DEFINE= CUPS
OPTIONS_DEFAULT=CUPS
OPTIONS_SUB= yes
-CUPS_BUILD_DEPENDS= ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client
CUPS_CONFIGURE_ON= -cups
CUPS_CONFIGURE_OFF= -no-cups
+CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
.include <bsd.port.options.mk>