diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/qt5-printsupport/Makefile | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) | |
download | ports-59272d10178066cdfa1d1aea23c915a09473d798.tar.gz ports-59272d10178066cdfa1d1aea23c915a09473d798.zip |
Notes
Diffstat (limited to 'print/qt5-printsupport/Makefile')
-rw-r--r-- | print/qt5-printsupport/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qt5-printsupport/Makefile b/print/qt5-printsupport/Makefile index 9e15e23870a3..9a1e4e6bcce8 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- @@ -22,7 +23,7 @@ OPTIONS_SUB= yes CUPS_CONFIGURE_ON= -cups CUPS_CONFIGURE_OFF= -no-cups -CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client +CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups .include <bsd.port.options.mk> |