diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 19:03:03 +0000 |
commit | efc62e6bcd134d9c381f5763761fcdb50d6c7c0b (patch) | |
tree | 20084cf51a5b5184ffa5936e187493c28432f160 /editors | |
parent | 83bea81d123f0bd3dc753011520adde2167a4fdd (diff) | |
download | ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.tar.gz ports-efc62e6bcd134d9c381f5763761fcdb50d6c7c0b.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/medit/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/medit/Makefile b/editors/medit/Makefile index 886cb8c4831a..e6515af774ff 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -13,7 +13,7 @@ COMMENT= Programming and around-programming text editor LICENSE= LGPL21 -USES= gmake localbase pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake localbase pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 551ab4f9a2c3..7881c45525ea 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -18,7 +18,7 @@ BROKEN_armv7= fails to install: PDFDocument.cpp:1836:39: cannot initialize a pa BUILD_DEPENDS= hunspell:textproc/hunspell LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 -USES= pkgconfig qmake +USES= compiler:c++11-lang pkgconfig qmake USE_GITHUB= yes GH_ACCOUNT= TeXworks USE_QT4= gui corelib rcc_build moc_build uic_build \ |