diff options
author | linimon <linimon@FreeBSD.org> | 2019-01-13 07:32:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-01-13 07:32:09 +0800 |
commit | 4ba1af738a5534d6a09b556c5afa41c5e9b7301a (patch) | |
tree | 710f5d9524cb5774b749032f975779e7ad24f0dc | |
parent | 94ab25b4f858835b641fe62f2138a9c3b3e0254b (diff) | |
download | freebsd-ports-gnome-4ba1af738a5534d6a09b556c5afa41c5e9b7301a.tar.gz freebsd-ports-gnome-4ba1af738a5534d6a09b556c5afa41c5e9b7301a.tar.zst freebsd-ports-gnome-4ba1af738a5534d6a09b556c5afa41c5e9b7301a.zip |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234355
Submitted by: Piotr Kubaj
Approved by: maintainer
-rw-r--r-- | science/py-rmf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-rmf/Makefile b/science/py-rmf/Makefile index 20b7575be3b1..17108548290b 100644 --- a/science/py-rmf/Makefile +++ b/science/py-rmf/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libRMF.so:science/rmf -USES= cmake python shebangfix +USES= cmake compiler:c++11-lang python shebangfix USE_GITHUB= yes GH_ACCOUNT= salilab GH_TAGNAME= f917cf2 |