Fix build of devel/qscintilla2 on gcc platforms.
PR: 226452 Submitted by: jhibbits
This commit is contained in:
parent
831463e21d
commit
9673f7e071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463975
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= qscintilla2
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
|
@ -11,7 +12,7 @@ DISTNAME= ${QSCI2_DISTNAME}
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt 4 port of the Scintilla C++ editor class
|
||||
|
||||
USES= qmake pyqt:4
|
||||
USES= compiler:c++11-lib qmake pyqt:4
|
||||
USE_PYQT= #
|
||||
USE_QT4= moc_build corelib gui xml designer
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
|
Loading…
Reference in a new issue