diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/wxmacmolplt/Makefile | 3 |
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 |