diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-06-25 20:38:25 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-06-25 20:38:25 +0800 |
commit | 18ea2757886c9b86143543599dc6b4fa4b122564 (patch) | |
tree | ab0bb366ab68ec6234aa5a2ed39ab3d79715ff25 /graphics/tesseract | |
parent | 618f4c37039c073977fffd4da09caf626ff9e649 (diff) | |
download | freebsd-ports-gnome-18ea2757886c9b86143543599dc6b4fa4b122564.tar.gz freebsd-ports-gnome-18ea2757886c9b86143543599dc6b4fa4b122564.tar.zst freebsd-ports-gnome-18ea2757886c9b86143543599dc6b4fa4b122564.zip |
graphics/tesseract: add USES=compiler:c++11-lang
PR: 229323
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Diffstat (limited to 'graphics/tesseract')
-rw-r--r-- | graphics/tesseract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 03065995941f..d9d012992145 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 LIB_DEPENDS= liblept.so:graphics/leptonica RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data -USES= autoreconf localbase libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lang localbase libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |