diff options
Diffstat (limited to 'textproc')
| -rw-r--r-- | textproc/py-qt4-xml/Makefile | 3 | ||||
| -rw-r--r-- | textproc/py-qt4-xmlpatterns/Makefile | 3 | ||||
| -rw-r--r-- | textproc/py-qt5-xml/Makefile | 4 | ||||
| -rw-r--r-- | textproc/py-qt5-xmlpatterns/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/textproc/py-qt4-xml/Makefile b/textproc/py-qt4-xml/Makefile index a9bb98c4be82..38cf765d128f 100644 --- a/textproc/py-qt4-xml/Makefile +++ b/textproc/py-qt4-xml/Makefile @@ -3,6 +3,7 @@ PORTNAME= xml PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org @@ -23,7 +24,7 @@ OPTIONS_SUB= yes API_DESC= Install QtXml API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 +API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include <bsd.port.mk> diff --git a/textproc/py-qt4-xmlpatterns/Makefile b/textproc/py-qt4-xmlpatterns/Makefile index d50d72c96c27..7c8a35a1b304 100644 --- a/textproc/py-qt4-xmlpatterns/Makefile +++ b/textproc/py-qt4-xmlpatterns/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= xmlpatterns +PORTREVISION= 1 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org @@ -22,7 +23,7 @@ OPTIONS_SUB= yes API_DESC= Install QtXmlPatterns API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 +API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include <bsd.port.mk> diff --git a/textproc/py-qt5-xml/Makefile b/textproc/py-qt5-xml/Makefile index 88b737a03994..cdf57aa0d3b1 100644 --- a/textproc/py-qt5-xml/Makefile +++ b/textproc/py-qt5-xml/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xml -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,7 @@ OPTIONS_SUB= yes API_DESC= Install QtXml 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> diff --git a/textproc/py-qt5-xmlpatterns/Makefile b/textproc/py-qt5-xmlpatterns/Makefile index 7d3e6fa24ffd..040771192b5f 100644 --- a/textproc/py-qt5-xmlpatterns/Makefile +++ b/textproc/py-qt5-xmlpatterns/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xmlpatterns -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,7 @@ OPTIONS_SUB= yes API_DESC= Install QtXmlPatterns 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> |
