aboutsummaryrefslogtreecommitdiff
path: root/science/wxmacmolplt
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-20 20:09:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-20 20:09:32 +0000
commit9b1f148f095b8098329e8b7d7932666ad678a75c (patch)
tree8fa9d54c7b74cbce64c2fc4fa1edc24cd5ba953e /science/wxmacmolplt
parent8affa322667dbe65f2458423cbd9be37081c1272 (diff)
downloadports-9b1f148f095b8098329e8b7d7932666ad678a75c.tar.gz
ports-9b1f148f095b8098329e8b7d7932666ad678a75c.zip
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)
Notes
Notes: svn path=/head/; revision=502161
Diffstat (limited to 'science/wxmacmolplt')
-rw-r--r--science/wxmacmolplt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/wxmacmolplt/Makefile b/science/wxmacmolplt/Makefile
index af5795b264f4..4e671350a852 100644
--- a/science/wxmacmolplt/Makefile
+++ b/science/wxmacmolplt/Makefile
@@ -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