diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-09 16:53:37 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-09 16:53:37 +0000 |
commit | 9673f7e071c176966166d2a359a32c1e1233a801 (patch) | |
tree | c0d8edd8105668598e41e43f816b128c49a54842 | |
parent | The BROKEN line is redundant here, as IGNORE for powerpc64 is set in the (diff) |
Fix build of devel/qscintilla2 on gcc platforms.
PR: 226452
Submitted by: jhibbits
-rw-r--r-- | devel/qscintilla2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qscintilla2/Makefile b/devel/qscintilla2/Makefile index 8dffcf02fde2..10c1eaedb305 100644 --- a/devel/qscintilla2/Makefile +++ b/devel/qscintilla2/Makefile @@ -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} |