diff options
author | yuri <yuri@FreeBSD.org> | 2018-12-21 08:06:34 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-12-21 08:06:34 +0800 |
commit | 8d06a87a1524d990368e274a188fedd075df058a (patch) | |
tree | e0c781022411228b75b245ddf4bc369a5d95a30b /science | |
parent | 24ce858aa92b8d7862953cd92a4dc84aac972c56 (diff) | |
download | freebsd-ports-gnome-8d06a87a1524d990368e274a188fedd075df058a.tar.gz freebsd-ports-gnome-8d06a87a1524d990368e274a188fedd075df058a.tar.zst freebsd-ports-gnome-8d06a87a1524d990368e274a188fedd075df058a.zip |
science/xdrawchem: Fix build with GCC-based architectures
PR: 234219
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'science')
-rw-r--r-- | science/xdrawchem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/xdrawchem/Makefile b/science/xdrawchem/Makefile index 9c34056faa5b..9fd36693adb6 100644 --- a/science/xdrawchem/Makefile +++ b/science/xdrawchem/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/doc/GPL.txt LIB_DEPENDS= libopenbabel.so:science/openbabel -USES= qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= bryanherger USE_QT= core gui network printsupport widgets xml buildtools_build |