diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 09:55:10 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 09:55:10 +0000 |
commit | 6699fae7a2bf742155c5f8c7be3d4fe07237626a (patch) | |
tree | 4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /print/py-qt5-printsupport/Makefile | |
parent | 319ccca357b886ba9455733a7cfa8776abe7b3d7 (diff) | |
download | ports-6699fae7a2bf742155c5f8c7be3d4fe07237626a.tar.gz ports-6699fae7a2bf742155c5f8c7be3d4fe07237626a.zip |
Notes
Diffstat (limited to 'print/py-qt5-printsupport/Makefile')
-rw-r--r-- | print/py-qt5-printsupport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-qt5-printsupport/Makefile b/print/py-qt5-printsupport/Makefile index 7853aa6a3885..f63763470f8b 100644 --- a/print/py-qt5-printsupport/Makefile +++ b/print/py-qt5-printsupport/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= printsupport -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print python MAINTAINER= kde@FreeBSD.org @@ -23,7 +23,7 @@ OPTIONS_SUB= yes API_DESC= Install QtPrintsupport API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include <bsd.port.mk> |