1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

science/wxmacmolplt: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to fix linking:
checking for wxWidgets libraries... not found

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-05-20 20:09:32 +00:00
parent 8affa32266
commit 9b1f148f09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502161

View File

@ -13,7 +13,8 @@ COMMENT= Graphical user interface principally for the GAMESS program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gl gmake localbase:ldflags pkgconfig
USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags \
pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= brettbode
GNU_CONFIGURE= yes