aboutsummaryrefslogtreecommitdiff
path: root/print
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
parenta31003662f52d15bdba25ee851202fbebfddfe1f (diff)
downloadports-42287e44e1f928c1fae56e5376381d2cb1f75de8.tar.gz
ports-42287e44e1f928c1fae56e5376381d2cb1f75de8.zip
Notes
Diffstat (limited to 'print')
-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>